summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/frontend/src/app/app-routing.module.ts
diff options
context:
space:
mode:
authorJuan Manuel Bardallo juanmanuel.bardallo@sic.uhu.es <juanmanuel.bardallo@sic.uhu.es>2019-06-07 10:14:09 +0200
committerJuan Manuel Bardallo juanmanuel.bardallo@sic.uhu.es <juanmanuel.bardallo@sic.uhu.es>2019-06-07 10:14:09 +0200
commit4ba1d5aefc6c437334fa031c58ecddca0f926a13 (patch)
tree09f41596574157e7c0288aac813bd71804e9cd84 /admin/WebConsole3/frontend/src/app/app-routing.module.ts
parent09120935ac33f613c2f733d41af8213048e3bd27 (diff)
Creado gestion de plantillas netboot
Mejoras de estabilidad en componentes: - Asistente de particionado - Vista de un cliente - Vista unidad organizativa
Diffstat (limited to 'admin/WebConsole3/frontend/src/app/app-routing.module.ts')
-rw-r--r--admin/WebConsole3/frontend/src/app/app-routing.module.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/WebConsole3/frontend/src/app/app-routing.module.ts b/admin/WebConsole3/frontend/src/app/app-routing.module.ts
index f91738a4..00db6a26 100644
--- a/admin/WebConsole3/frontend/src/app/app-routing.module.ts
+++ b/admin/WebConsole3/frontend/src/app/app-routing.module.ts
@@ -30,6 +30,7 @@ import {CreateImageCommandComponent} from './pages/command/create-image-command/
import {DeleteCacheImageCommandComponent} from './pages/command/delete-cache-image-command/delete-cache-image-command.component';
import {FormatCommandComponent} from './pages/command/format-command/format-command.component';
import {PartitionFormatCommandComponent} from './pages/command/partition-format-command/partition-format-command.component';
+import {NetbootClientsComponent} from './pages/netboot/clients/netboot-clients.component';
const routes: Routes = [
@@ -195,6 +196,10 @@ const routes: Routes = [
component: NetbootEditComponent
},
{
+ path: 'netboots/clients',
+ component: NetbootClientsComponent
+ },
+ {
path: 'user/profile',
component: ProfileComponent
}