From 6a7e7c8dc3e9a232183665b69d651539cca954ef Mon Sep 17 00:00:00 2001 From: usmannasir Date: Sat, 12 Apr 2025 02:31:58 +0500 Subject: [PATCH] fix issue with design on n8n page --- .../websiteFunctions/DockerSiteHome.html | 1341 ++++++----------- 1 file changed, 424 insertions(+), 917 deletions(-) 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 %} - -