]> 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 4f9521c0caf35efc6dafd09ceb50e9d4f80d6337..0680b43f9c6ae05df91c576141f20ed411d07c7d 100644 (file)
@@ -1,13 +1 @@
-<div class="admin-sub-header">
-  <h1 i18n class="form-sub-title">System</h1>
-
-  <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>