Skip to content
Prev Previous commit
Next Next commit
feat: TT-430 tests added and environment production enabled
  • Loading branch information
mandres2015 committed Dec 3, 2021
commit 9c932c386ffe1cbba10d1ca3c9a3c3f1f1cfdbda
27 changes: 27 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 class="{{ showOptionInDevelopment ? 'col-2' : 'col-4' }} text-center">Status</th>
<th scope="col" class="col-2 text-center" *ngIf="showOptionInDevelopment">Status</th>
</tr>
</thead>
<app-loading-bar *ngIf="isLoading$ | async"></app-loading-bar>
Expand Down