From 6dc3d7957cc50cd13005aa625d6722c389fd0b79 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Fri, 11 Apr 2025 13:46:22 +0500 Subject: [PATCH] show both containers by default --- .../websiteFunctions/DockerSiteHome.html | 35 ++++++++++--------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index 6adb7830a..647cb9231 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -342,11 +342,11 @@
- {$ web.memoryUsagePercent | number:1 $}% + {$ (web.data.memory_usage / 1048576) | number:1 $} MB
@@ -354,11 +354,11 @@
- {$ web.cpuUsagePercent | number:1 $}% + {$ (web.data.cpu_usage / 1000000000) | number:1 $}%
@@ -368,7 +368,7 @@

Network & Ports

-
+
@@ -378,7 +378,7 @@ - +
{$ containerPort $} @@ -390,14 +390,14 @@
-
+

No ports exposed

Volumes

-
+
@@ -408,7 +408,7 @@ - + @@ -417,14 +417,14 @@
{$ volume.Source $} {$ volume.Destination $} {$ volume.Mode $}
-
+

No volumes mounted

Environment Variables

-
+
@@ -434,15 +434,18 @@ - + - +
{$ env.split('=')[0] $}{$ env.split('=')[1] $} + {$ env.split('=')[1] $} + {$ env.split('=')[1] $} +
-
+

No environment variables set