cmc-web/webs/cop-web/src/router/physical.js

14 lines
867 B
JavaScript
Raw Normal View History

2024-08-20 12:11:31 +00:00
export default {
InstallhostHostList: () => import('views/physical/installhost/hostList.vue'),
InstallhostHistoryList: () => import('views/physical/installhost/installHistory.vue'),
InstallHostHistory: () => import('views/physical/installhost/hosthistory.vue'),
InstallHostMonitor: () => import('views/physical/installhost/hostMonitor.vue'),
PhysicaImage: () => import('views/physical/physica.vue'),
PhysicaNetwork: () => import('views/physical/network/index.vue'),
PhysicaTemplate: () => import('views/physical/template/index.vue'),
KickstartTemplate: () => import('views/physical/template/AddKickstartTemplate.vue'),
CreateInstallHost: () => import('views/physical/installhost/create_install.vue'),
InstallHost: () => import('views/physical/installhost/install.vue'),
PhysicaDiscoveries: () => import('views/physical/discoveries/index.vue')
}