Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: TT-138 delete space
  • Loading branch information
LEON12699 committed Jan 28, 2021
commit 26c7af895e05c9437721402ea57b6576233076f8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="table-responsive">
<table
<table
*ngIf="users"
class="table table-sm table-bordered table-striped mb-0"
datatable
Expand All @@ -8,9 +8,9 @@
>
<thead class="thead-blue">
<tr class="d-flex flex-wrap">
<th class="col-4 ">User Email</th>
<th class="col-5 ">Names</th>
<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>
</tr>
</thead>
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
Expand All @@ -36,5 +36,5 @@
</td>
</tr>
</tbody>
</table>
</table>
</div>