diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index 1b0819d9d..0b3434cdf 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -8,169 +8,134 @@ @@ -182,152 +147,599 @@ -
+ Create
+ {% trans "Manage containers on server" %}
Container ID: {$ cid $}
-Status: - {$ status $} -
-Created: {$ created | date:'medium' $}
-Uptime: {$ uptime $}
-Memory Usage
-{$ memoryUsage $}
+| Name | +Launch | + {#Owner | #} + {#Image | #} + {#Tag | #} +{#Actions | #} +
|---|---|---|---|---|---|
| + | #} + {# | #} + {# | #} +{# | #} +{# #} + {# #} +{# | #} +
{% trans "Error message:" %} {$ errorMessage $}
+CPU Usage
-{$ cpuUsagePercent | number:1 $}%
-| Container Port | -Host Binding | -|
|---|---|---|
| Name | +Status | +Actions | +
| {$ containerPort $} | + + {% for container in unlistedContainers %} +||
| {{ container.name }} | +{{ container.status }} | - - {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $} - + + + |
No ports exposed
- - -| Source | -Destination | -Mode | -
|---|---|---|
| {$ volume.Source $} | -{$ volume.Destination $} | -{$ volume.Mode $} | -
No volumes mounted
-| Variable | -Value | -
|---|---|
| {$ env.split('=')[0] $} | -{$ env.split('=')[1] $} | -
No environment variables set
-+ {% trans "Container ID" %}: {$ cid $} +
+ +Container ID: {$ cid $}
+Status: {$ status $}
+Created: {$ created | date:'medium' $}
+Uptime: {$ uptime $}
+| 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 $} | +
No volumes mounted
+| Variable | +Value | +
|---|---|
| {$ env.split('=')[0] $} | +{$ env.split('=')[1] $} | +
No environment variables set
+