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 62e6d13 commit 1c9e92cCopy full SHA for 1c9e92c
src/app/modules/activities-management/components/activity-list/activity-list.component.html
@@ -5,7 +5,7 @@
5
<th class="col-4 text-center">Activity ID</th>
6
<th class="col-4 text-center">Activity</th>
7
<th class="col-2 text-center hidden">Options</th>
8
- <th class="col-4 text-center">Operation</th>
+ <th class="col-4 text-center">Status</th>
9
</tr>
10
</thead>
11
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
@@ -20,7 +20,7 @@
20
</td>
21
<td class="col-4 text-center">
22
<div class="flex justify-center">
23
- <em class="fa mr-2" [ngClass]="[activity.btnIcon, activity.iconColor]"></em>
+ <em class="fa mr-2 mt-1" [ngClass]="[activity.btnIcon, activity.iconColor]"></em>
24
<p> {{ activity.btnName }}</p>
25
</div>
26
0 commit comments