refactor(docker/services): convert service tasks table to react [EE-4337]
Test / test-client (push) Has been cancelled
Test / test-server (push) Has been cancelled

close [EE-4337]
This commit is contained in:
Chaim Lev-Ari
2023-08-28 14:40:58 +02:00
parent 0ee6c5c6e9
commit 8ab739adfd
29 changed files with 511 additions and 327 deletions
@@ -89,13 +89,7 @@
>
</td>
<td>
<container-quick-actions
ng-if="!$ctrl.agentProxy || !item.Container"
container-id="item.ContainerId"
task-id="item.Id"
status="item.Status.State"
state="$ctrl.state"
></container-quick-actions>
<task-table-quick-actions ng-if="!$ctrl.agentProxy || !item.Container" task-id="item.Id" state="$ctrl.state"></task-table-quick-actions>
<container-quick-actions
ng-if="$ctrl.agentProxy && item.Container"
container-id="item.Container.Id"