diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index e4290d812..4c6bbfff0 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -332,212 +332,151 @@
+ {% trans "Container ID" %}: {$ cid $}
+
Container ID: {$ cid $}
Status: + + {$ status $} + +
+Created: {$ created | date:'medium' $}
+Uptime: {$ uptime $}
+
- {% trans "Container ID" %}: {$ cid $}
-
{$ cid $}
-
-
- {$ status $}
+ {$ created | date:'medium' $} {$ uptime $} No ports exposed No ports exposed No volumes mounted No volumes mounted No environment variables set No environment variables setNetwork & Ports
+
+
+
+
+
+
+ Container Port
+ Host Binding
+
+
+
+
+ {$ containerPort $}
+
+ {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $}
-
-
-
+
-
- Resource Usage
-
-
-
- Network & Ports
-
-
-
-
-
-
-
-
- Container Port
- Host Binding
-
-
-
-
- {$ containerPort $}
-
-
- {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $}
-
-
-
-
- Volumes
-
-
-
-
-
-
-
-
- Source
- Destination
- Mode
-
-
-
-
- {$ volume.Source $}
- {$ volume.Destination $}{$ volume.Mode $}
- Volumes
+
+
+
+
+
+
+ Source
+ Destination
+ Mode
+
+
+
+
+ {$ volume.Source $}
+ {$ volume.Destination $}{$ volume.Mode $}
+
-
- Environment Variables
-
-
-
-
-
-
-
-
- Variable
- Value
-
-
-
-
- {$ env.split('=')[0] $}
- {$ env.split('=')[1] $}Environment Variables
+
+
+
+
+
+
+ Variable
+ Value
+
+
+
+
+ {$ env.split('=')[0] $}
+ {$ env.split('=')[1] $}