diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index 776c76657..b34444188 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -8,309 +8,178 @@ @@ -323,703 +192,341 @@
-
-

{% trans "Containers" %} - Create -

-

{% trans "Manage containers on server" %}

+ -
-
-

- {% trans "Containers" %} {{ dockerSite.SiteName }} -

- -
-
-
- -
-

{% trans "Error message:" %} {$ errorMessage $}

-
- -
- -
- - - - + +
+
+
+
+

{$ web.name $}

+ + + {$ web.status $} +
- - -
- - {% if showUnlistedContainer %} -

- {% trans "Unlisted Containers" %} -

- - - - - - - - - - - - {% for container in unlistedContainers %} - - - - - - {% endfor %} - - -
NameStatusActions
{{ container.name }}{{ container.status }} - - - -
- - {% endif %} - -