From f08e21e0bb85b0174e954ee78e3e688f50e23463 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Fri, 11 Apr 2025 13:06:55 +0500 Subject: [PATCH] show both containers by default --- .../websiteFunctions/DockerSiteHome.html | 255 ++++++++---------- 1 file changed, 112 insertions(+), 143 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index 82ea585a4..1baadc8d6 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -157,7 +157,7 @@

{% trans "Manage containers on server" %}

-
+

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

-
+
+
+
- +
+

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

+
+ +
+ +
+ + + + +
+ + +
+ + {% if showUnlistedContainer %} +

+ {% trans "Unlisted Containers" %} +

+ +
- - {# #} - {# #} - {# #} -{# #} + + - - - - {# #} - {# #} - {# #} -{# #} - + {% for container in unlistedContainers %} + + + + + + {% endfor %}
NameLaunchOwnerImageTagActionsStatusActions
#} -{# #} - {# #} -{#
{{ container.name }}{{ container.status }} + + + +
+ {% endif %} -
-

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

-
+