File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
client/src/app/dashboard/table-all Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 17
17
-->
18
18
< div *ngIf ="dataSource.data.length == 0; else tableBlock ">
19
19
There are currently no instances running.
20
+ < div class ="col-lg-2 col-md-2 col-sm-2 ">
21
+ < div *ngIf ="authService.userIsAdmin() ">
22
+ < button mat-raised-button color ="primary " id ="addButton " (click) ="openAddDialog() "> Add
23
+ Instance</ button >
24
+ </ div >
25
+ </ div >
20
26
</ div >
21
27
< ng-template #tableBlock >
22
28
< div class ="container ">
149
155
150
156
</ table >
151
157
</ div >
158
+ < div *ngIf ="!hideControlElements ">
159
+ < mat-paginator class ="paginator " [pageSizeOptions] ="[5, 10, 20] "> </ mat-paginator >
160
+ </ div >
152
161
</ ng-template >
153
- < div *ngIf ="!hideControlElements ">
154
- < mat-paginator class ="paginator " [pageSizeOptions] ="[5, 10, 20] "> </ mat-paginator >
155
- </ div >
You can’t perform that action at this time.
0 commit comments