mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
add Tor logs to UI
This commit is contained in:
@@ -34,6 +34,11 @@ const routes: Routes = [
|
||||
m => m.KernelLogsPageModule,
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'tor-logs',
|
||||
loadChildren: () =>
|
||||
import('./tor-logs/tor-logs.module').then(m => m.TorLogsPageModule),
|
||||
},
|
||||
{
|
||||
path: 'metrics',
|
||||
loadChildren: () =>
|
||||
|
||||
Reference in New Issue
Block a user