Skip to content
Merged
Changes from all commits
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
fix: TT-430 status column showed
  • Loading branch information
mandres2015 committed Dec 4, 2021
commit 1c6bbf4efb9ed15a05704af9e51e4a791206b20a
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">Status</th>
<th scope="col" class="text-center" [ngClass]="showOptionInDevelopment ? 'col-2' : 'col-4'">Status</th>
</tr>
</thead>
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
Expand Down