diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index cd8cb4234..13e9e4b3e 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -342,11 +342,11 @@
- {$ (web[1].memory_usage / 1048576) | number:1 $} MB + {$ memoryUsage $}
@@ -354,11 +354,11 @@
- {$ (web[1].cpu_usage / 1000000000) | number:1 $}% + {$ cpuUsagePercent | 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,7 +434,7 @@ - +
{$ env.split('=')[0] $} {$ env.split('=')[1] $} @@ -445,7 +445,7 @@
-
+

No environment variables set