]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/system/system.component.html
Admin menu header consistency for system entries
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / system.component.html
index 5385887b70a367ca31bcb2ed6728aa0d33eb2f43..0680b43f9c6ae05df91c576141f20ed411d07c7d 100644 (file)
@@ -1,11 +1 @@
-<div class="admin-sub-header">
-  <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>