diff --git a/app/portainer/components/datatables/stack-services-datatable/stackServicesDatatable.html b/app/portainer/components/datatables/stack-services-datatable/stackServicesDatatable.html deleted file mode 100644 index b1ea5c372..000000000 --- a/app/portainer/components/datatables/stack-services-datatable/stackServicesDatatable.html +++ /dev/null @@ -1,115 +0,0 @@ -
- - Name - - - - | -- - Image - - - - | -- - Scheduling Mode - - - - | -- - Published Ports - - - - | -- - Last Update - - - - | -
---|---|---|---|---|
{{ item.Name }} | -{{ item.Image | hideshasum }} | -
- {{ item.Mode }}
- {{ item.Tasks | runningtaskscount }} / {{ item.Mode === 'replicated' ? item.Replicas : ($ctrl.nodes | availablenodecount) }}
-
-
- Scale
-
-
-
-
-
-
-
- |
- - - {{ p.PublishedPort }}:{{ p.TargetPort }} - - - - | -{{ item.UpdatedAt | getisodate }} | -
Loading... | -||||
No service available. | -