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.
1 parent 738ae9b commit 26c7af8Copy full SHA for 26c7af8
src/app/modules/users/components/users-list/users-list.component.html
@@ -1,5 +1,5 @@
1
<div class="table-responsive">
2
- <table
+ <table
3
*ngIf="users"
4
class="table table-sm table-bordered table-striped mb-0"
5
datatable
@@ -8,9 +8,9 @@
8
>
9
<thead class="thead-blue">
10
<tr class="d-flex flex-wrap">
11
- <th class="col-4 ">User Email</th>
12
- <th class="col-5 ">Names</th>
13
- <th class="col-3 ">Roles</th>
+ <th class="col-4">User Email</th>
+ <th class="col-5">Names</th>
+ <th class="col-3">Roles</th>
14
</tr>
15
</thead>
16
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
@@ -36,5 +36,5 @@
36
</td>
37
38
</tbody>
39
- </table>
+ </table>
40
</div>
0 commit comments