Skip to content

Commit

Permalink
sync ui (#7393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fine0830 authored Jul 30, 2021
1 parent 1ba738a commit b3f81ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ Release Notes.
* Fix trace table for profile ui.
* Fix the error of server response time in the topology.
* Fix chart types for setting metrics configure.
* Fix logs pages number.
* Implement a timeline for Events in a new page.
* Fix style for event details.

#### Documentation

Expand Down
2 changes: 1 addition & 1 deletion skywalking-ui
Submodule skywalking-ui updated 32 files
+1 −0 src/assets/lang/en.ts
+1 −0 src/assets/lang/zh.ts
+1 −0 src/constants/constant.ts
+5 −0 src/router.ts
+3 −0 src/store/index.ts
+78 −0 src/store/modules/event/index.ts
+8 −4 src/store/modules/global/selectors.ts
+4 −0 src/store/mutation-types.ts
+2 −1 src/types/dashboard.d.ts
+10 −84 src/views/components/alarm/alarm-table.vue
+3 −4 src/views/components/alarm/alarm-tool.vue
+0 −10 src/views/components/alarm/constant.ts
+28 −24 src/views/components/common/common-selector.vue
+26 −0 src/views/components/common/constant.ts
+96 −0 src/views/components/common/index.scss
+2 −1 src/views/components/common/index.ts
+0 −154 src/views/components/common/trace-select.vue
+15 −3 src/views/components/dashboard/tool-bar/dashboard-events.vue
+1 −3 src/views/components/dashboard/tool-bar/tool-bar-select.vue
+15 −3 src/views/components/dashboard/tool-bar/tool-bar.vue
+183 −0 src/views/components/event/event-search.vue
+106 −0 src/views/components/event/event-timeline.vue
+2 −2 src/views/components/log/log-bar.vue
+3 −3 src/views/components/profile/profile-header.vue
+1 −2 src/views/components/trace/trace-detail.vue
+6 −7 src/views/components/trace/trace-search.vue
+0 −1 src/views/containers/dashboard.vue
+40 −0 src/views/containers/event.vue
+5 −1 src/views/containers/topology/endpoint/index.vue
+5 −1 src/views/containers/topology/instance/index.vue
+2 −2 src/views/containers/topology/trace/index.vue
+0 −144 src/views/containers/topology/trace/trace-select.vue

0 comments on commit b3f81ac

Please sign in to comment.