]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/system/system.component.html
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / system / system.component.html
CommitLineData
2c22613c 1<div class="admin-sub-header">
2c22613c 2 <div class="admin-sub-nav">
5d79474c 3 <a *ngIf="hasJobsRight()" i18n routerLink="jobs" routerLinkActive="active">Jobs</a>
2c22613c 4
5d79474c
C
5 <a *ngIf="hasLogsRight()" i18n routerLink="logs" routerLinkActive="active">Logs</a>
6
7 <a *ngIf="hasDebugRight()" i18n routerLink="debug" routerLinkActive="active">Debug</a>
2c22613c
C
8 </div>
9</div>
10
11<router-outlet></router-outlet>