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-395 renamed the operations column
  • Loading branch information
ararcos committed Nov 5, 2021
commit 1c9e92c64277c09f2763c23bff82f65392e93e03
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<th class="col-4 text-center">Activity ID</th>
<th class="col-4 text-center">Activity</th>
<th class="col-2 text-center hidden">Options</th>
<th class="col-4 text-center">Operation</th>
<th class="col-4 text-center">Status</th>
</tr>
</thead>
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
Expand All @@ -20,7 +20,7 @@
</td>
<td class="col-4 text-center">
<div class="flex justify-center">
<em class="fa mr-2" [ngClass]="[activity.btnIcon, activity.iconColor]"></em>
<em class="fa mr-2 mt-1" [ngClass]="[activity.btnIcon, activity.iconColor]"></em>
<p> {{ activity.btnName }}</p>
</div>
</td>
Expand Down