diff --git a/mindinsight/ui/src/assets/images/queue.svg b/mindinsight/ui/src/assets/images/queue.svg new file mode 100644 index 0000000000000000000000000000000000000000..6402d8189bc882d8982b2e20030fd389e6f0d5c2 --- /dev/null +++ b/mindinsight/ui/src/assets/images/queue.svg @@ -0,0 +1,13 @@ + + + + 队列服务 + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/mindinsight/ui/src/router.js b/mindinsight/ui/src/router.js index a009d28e0ea98f11e96e7beecf70005865c9e35d..550dda7d7a69e78e6ee57dffd6686407a0e4fa4b 100644 --- a/mindinsight/ui/src/router.js +++ b/mindinsight/ui/src/router.js @@ -87,6 +87,10 @@ export default new Router({ path: 'operator', component: () => import('./views/train-manage/operator.vue'), }, + { + path: 'minddata', + component: () => import('./views/train-manage/minddata.vue'), + }, ], }, ], diff --git a/mindinsight/ui/src/views/train-manage/minddata.vue b/mindinsight/ui/src/views/train-manage/minddata.vue new file mode 100644 index 0000000000000000000000000000000000000000..43c233e745843bcee4d94e82b842b0dbb4e11d4b --- /dev/null +++ b/mindinsight/ui/src/views/train-manage/minddata.vue @@ -0,0 +1,1422 @@ + + + +