File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
client/src/app/dashboard/table-all Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2929 </ mat-form-field >
3030 </ div >
3131 < div class ="col-lg-2 col-md-2 col-sm-2 ">
32- < button mat-raised-button color ="primary " id ="addButton " (click) ="openAddDialog() "> Add
32+ < div *ngIf ="authService.userIsAdmin() ">
33+ < button mat-raised-button color ="primary " id ="addButton " (click) ="openAddDialog() "> Add
3334 Instance</ button >
35+ </ div >
3436 </ div >
3537 </ div >
3638 </ div >
150152</ ng-template >
151153< div *ngIf ="!hideControlElements ">
152154 < mat-paginator class ="paginator " [pageSizeOptions] ="[5, 10, 20] "> </ mat-paginator >
153- < div *ngIf ="authService.userIsAdmin() ">
154- < div class ="button-row ">
155- < button mat-raised-button color ="primary " id ="addButton " (click) ="openAddDialog() "> Add Instance</ button >
156- </ div >
157- </ div >
158155</ div >
You can’t perform that action at this time.
0 commit comments