]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/system/system.routes.ts
Implement runner in client side
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / system.routes.ts
index d180aa3b96e9d12315b92af5272ae5ca7e3dd8d5..87e4b25b3bddf9f11fc01ae3c9dcf640183db60e 100644 (file)
@@ -4,6 +4,7 @@ import { UserRight } from '@shared/models'
 import { DebugComponent } from './debug'
 import { JobsComponent } from './jobs/jobs.component'
 import { LogsComponent } from './logs'
+import { RunnersRoutes } from './runners'
 
 export const SystemRoutes: Routes = [
   {
@@ -46,7 +47,9 @@ export const SystemRoutes: Routes = [
             title: $localize`Debug`
           }
         }
-      }
+      },
+
+      ...RunnersRoutes
     ]
   }
 ]