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