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 | 3x 3x 3x 3x 3x 3x 3x 3x 3x | <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>
</span>
|