mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 07:45:22 +02:00
refactor(docker/services): migrate service tasks to react [EE-4676] (#10328)
This commit is contained in:
parent
70455320be
commit
1fa63f6ab7
24 changed files with 175 additions and 259 deletions
|
@ -1,14 +1,6 @@
|
|||
<div ng-if="tasks.length > 0 && nodes" id="service-tasks">
|
||||
<tasks-datatable
|
||||
title-text="Tasks"
|
||||
title-icon="list"
|
||||
dataset="tasks"
|
||||
table-key="service-tasks"
|
||||
order-by="Updated"
|
||||
reverse-order="true"
|
||||
nodes="nodes"
|
||||
show-slot-column="service.Mode !== 'global'"
|
||||
show-logs-button="applicationState.endpoint.apiVersion >= 1.30"
|
||||
agent-proxy="applicationState.endpoint.mode.agentProxy"
|
||||
></tasks-datatable>
|
||||
</div>
|
||||
<docker-service-tasks-datatable
|
||||
ng-if="tasks.length > 0"
|
||||
dataset="tasks"
|
||||
is-slot-column-visible="service.Mode !== 'global'"
|
||||
service-name="service.Name"
|
||||
></docker-service-tasks-datatable>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue