xianjingfeng commented on code in PR #1449:
URL:
https://github.com/apache/incubator-uniffle/pull/1449#discussion_r1452077332
##########
dashboard/src/main/webapp/src/router/index.js:
##########
@@ -16,15 +16,15 @@
*/
import {createRouter, createWebHashHistory} from "vue-router"
-import ApplicationPage from '@/components/ApplicationPage'
-import CoordinatorServerPage from '@/components/CoordinatorServerPage'
-import ShuffleServerPage from '@/components/ShuffleServerPage'
-import ActiveNodeListPage from
'@/components/shufflecomponent/ActiveNodeListPage'
-import DecommissioningNodeListPage from
'@/components/shufflecomponent/DecommissioningNodeListPage'
-import DecommissionednodeListPage from
'@/components/shufflecomponent/DecommissionednodeListPage'
-import LostNodeList from '@/components/shufflecomponent/LostNodeList'
-import UnhealthyNodeListPage from
'@/components/shufflecomponent/UnhealthyNodeListPage'
-import ExcludeNodeList from '@/components/shufflecomponent/ExcludeNodeList'
+import ApplicationPage from '@/pages/ApplicationPage.vue'
+import CoordinatorServerPage from '@/pages/CoordinatorServerPage.vue'
+import ShuffleServerPage from '@/pages/ShuffleServerPage.vue'
+import ActiveNodeListPage from '@/pages/serverstatus/ActiveNodeListPage'
Review Comment:
Has the `pages` directory been commited?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]