Skip to content
Prev Previous commit
feat: TT-430 status column label showed
  • Loading branch information
mandres2015 committed Dec 3, 2021
commit b78f4aeb78a89dcb356f5a96da6b369dc380219f
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" *ngIf="showOptionInDevelopment">Options</th>
<th scope="col" class="col-2 text-center" *ngIf="showOptionInDevelopment">Status</th>
<th scope="col" class="col-2 text-center">Status</th>
</tr>
</thead>
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
Expand Down