aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/system/system.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+admin/system/system.component.html')
-rw-r--r--client/src/app/+admin/system/system.component.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/client/src/app/+admin/system/system.component.html b/client/src/app/+admin/system/system.component.html
index 5385887b7..0680b43f9 100644
--- a/client/src/app/+admin/system/system.component.html
+++ b/client/src/app/+admin/system/system.component.html
@@ -1,11 +1 @@
1<div class="admin-sub-header">
2 <div class="admin-sub-nav">
3 <a *ngIf="hasJobsRight()" i18n routerLink="jobs" routerLinkActive="active">Jobs</a>
4
5 <a *ngIf="hasLogsRight()" i18n routerLink="logs" routerLinkActive="active">Logs</a>
6
7 <a *ngIf="hasDebugRight()" i18n routerLink="debug" routerLinkActive="active">Debug</a>
8 </div>
9</div>
10
11<router-outlet></router-outlet> <router-outlet></router-outlet>