mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
add kernel log display to server show page
This commit is contained in:
committed by
Aiden McClelland
parent
659af734eb
commit
476b9a3c9c
@@ -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: () =>
|
||||
|
||||
Reference in New Issue
Block a user