Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x | <h1 class="title">Administration Panel</h1>
<span class="flex-row">
<button class="button card-button flex-row" (click)="navigate(['users'])">
<i class="pi pi-users" style="font-size: 1.5rem"></i>
<span>Users</span>
</button>
<button class="button card-button flex-row" (click)="navigate(['commands'])">
<i class="pi pi-history" style="font-size: 1.5rem"></i>
<span>Commands</span>
</button>
<button class="button card-button flex-row" (click)="navigate(['forced-signals'])">
<i class="pi pi-exclamation-triangle" style="font-size: 1.5rem"></i>
<span>Forced signals</span>
</button>
</span>
|