We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94e2723 + cd383a0 commit c650223Copy full SHA for c650223
angular/src/app/roles/roles.component.html
@@ -29,7 +29,7 @@ <h2>
29
</tr>
30
</thead>
31
<tbody>
32
- <tr *ngFor="let role of roles | paginate: { id: "server", itemsPerPage: pageSize, currentPage: pageNumber, totalItems: totalItems }">
+ <tr *ngFor="let role of roles | paginate: { id: 'server', itemsPerPage: pageSize, currentPage: pageNumber, totalItems: totalItems }">
33
<td>
34
<button mat-icon-button [matMenuTriggerFor]="actionsMenu">
35
<mat-icon>menu</mat-icon>
0 commit comments