add Tor logs to UI

This commit is contained in:
Matt Hill
2023-06-02 14:28:00 -06:00
committed by Matt Hill
parent 19d55b840e
commit efae1e7e6c
10 changed files with 110 additions and 2 deletions

View File

@@ -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: () =>