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

14 lines
868 B
JavaScript

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'),
}