]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/system/system.component.html
Refactor log level choice
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / system.component.html
index 7c4278d35c6dfd5bb65e53d9413680b58f441b80..0680b43f9c6ae05df91c576141f20ed411d07c7d 100644 (file)
@@ -1,13 +1 @@
-<div class="admin-sub-header">
-  <div i18n class="form-sub-title">System</div>
-
-  <div class="admin-sub-nav">
-    <a *ngIf="hasJobsRight()" i18n routerLink="jobs" routerLinkActive="active">Jobs</a>
-
-    <a *ngIf="hasLogsRight()" i18n routerLink="logs" routerLinkActive="active">Logs</a>
-
-    <a *ngIf="hasDebugRight()" i18n routerLink="debug" routerLinkActive="active">Debug</a>
-  </div>
-</div>
-
 <router-outlet></router-outlet>