1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 07:45:22 +02:00
portainer/app/docker/views/services/edit/includes/tasks.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
195 B
HTML
Raw Permalink Normal View History

<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>