]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/system/system.component.html
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / system.component.html
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>