add kernel log display to server show page

This commit is contained in:
Lucy Cifferello
2022-03-16 16:33:15 -06:00
committed by Aiden McClelland
parent 659af734eb
commit 476b9a3c9c
10 changed files with 122 additions and 4 deletions

View File

@@ -27,6 +27,13 @@ const routes: Routes = [
m => m.ServerLogsPageModule,
),
},
{
path: 'kernel-logs',
loadChildren: () =>
import('./kernel-logs/kernel-logs.module').then(
m => m.KernelLogsPageModule,
),
},
{
path: 'marketplaces',
loadChildren: () =>