All files / src/app/components/administrator administrator.component.html

100% Statements 17/17
100% Branches 0/0
100% Functions 2/2
100% Lines 9/9

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 133x     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>