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