Skip to content

Commit

Permalink
Bump up UI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengziyi committed Dec 3, 2024
1 parent 2d1ebdc commit fa849fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skywalking-ui
Submodule skywalking-ui updated 37 files
+18 −0 src/assets/icons/async_profiling.svg
+80 −0 src/graphql/fragments/async-profile.ts
+2 −0 src/graphql/index.ts
+31 −0 src/graphql/query/async-profile.ts
+5 −0 src/locales/lang/en.ts
+5 −0 src/locales/lang/es.ts
+5 −0 src/locales/lang/zh.ts
+1 −0 src/store/data.ts
+138 −0 src/store/modules/async-profiling.ts
+3 −3 src/store/modules/profile.ts
+4 −0 src/styles/lib.scss
+2 −0 src/styles/theme.scss
+68 −0 src/types/async-profiling.ts
+2 −0 src/types/components.d.ts
+3 −0 src/types/profile.d.ts
+18 −14 src/utils/copy.ts
+3 −1 src/utils/file.ts
+85 −0 src/views/dashboard/controls/AsyncProfiling.vue
+1 −1 src/views/dashboard/controls/Trace.vue
+2 −0 src/views/dashboard/controls/index.ts
+2 −0 src/views/dashboard/controls/tab.ts
+2 −0 src/views/dashboard/data.ts
+1 −1 src/views/dashboard/panel/Layout.vue
+10 −13 src/views/dashboard/panel/Tool.vue
+69 −0 src/views/dashboard/related/async-profiling/Content.vue
+50 −0 src/views/dashboard/related/async-profiling/Header.vue
+104 −0 src/views/dashboard/related/async-profiling/components/Filter.vue
+188 −0 src/views/dashboard/related/async-profiling/components/NewTask.vue
+257 −0 src/views/dashboard/related/async-profiling/components/TaskList.vue
+43 −0 src/views/dashboard/related/async-profiling/components/data.ts
+0 −2 src/views/dashboard/related/continuous-profiling/data.ts
+1 −1 src/views/dashboard/related/ebpf/Header.vue
+3 −12 src/views/dashboard/related/ebpf/components/EBPFSchedules.vue
+24 −7 src/views/dashboard/related/ebpf/components/EBPFStack.vue
+1 −1 src/views/dashboard/related/profile/Header.vue
+1 −6 src/views/dashboard/related/profile/components/SegmentList.vue
+31 −34 src/views/dashboard/related/profile/components/TaskList.vue

0 comments on commit fa849fa

Please sign in to comment.