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
Next Next commit
feat: TT-430 status column label showed
  • Loading branch information
mandres2015 committed Dec 3, 2021
commit dcc5ad3ffd31c710ea72a116347cd4d46af84154
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