Skip to content

Commit 1c9e92c

Browse files
committed
fix: TT-395 renamed the operations column
1 parent 62e6d13 commit 1c9e92c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/modules/activities-management/components/activity-list/activity-list.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<th class="col-4 text-center">Activity ID</th>
66
<th class="col-4 text-center">Activity</th>
77
<th class="col-2 text-center hidden">Options</th>
8-
<th class="col-4 text-center">Operation</th>
8+
<th class="col-4 text-center">Status</th>
99
</tr>
1010
</thead>
1111
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
@@ -20,7 +20,7 @@
2020
</td>
2121
<td class="col-4 text-center">
2222
<div class="flex justify-center">
23-
<em class="fa mr-2" [ngClass]="[activity.btnIcon, activity.iconColor]"></em>
23+
<em class="fa mr-2 mt-1" [ngClass]="[activity.btnIcon, activity.iconColor]"></em>
2424
<p> {{ activity.btnName }}</p>
2525
</div>
2626
</td>

0 commit comments

Comments
 (0)