diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index 776c76657..b34444188 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -8,309 +8,178 @@ @@ -323,703 +192,341 @@
- Create
- {% trans "Manage containers on server" %}
+{% trans "Manage containers on server" %}
+
- {% trans "Error message:" %} {$ errorMessage $}
-| Name | -Status | -Actions | -
|---|---|---|
| {{ container.name }} | -{{ container.status }} | -- - - - | -
| Container Port | -Host Binding | -
|---|---|
{$ containerPort $} |
- - - {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $} - - | -
| Source | -Destination | -Mode | -
|---|---|---|
{$ volume.Source $} |
- {$ volume.Destination $} |
- {$ volume.Mode $} | -
No volumes mounted
-| Variable | -Value | -
|---|---|
{$ env.split('=')[0] $} |
-
- {$ env.split('=')[1] $}
- {$ env.split('=')[1] $}
- |
-
No environment variables set
-
- {% trans "Container ID" %}: {$ web.id $}
-
- Container ID: {$ web.id $}
Status: - - {$ web.status $} - -
-Created: {$ web.created | date:'medium' $}
-Uptime: {$ web.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] $}
- {$ env.split('=')[1] $}
- |
-
No environment variables set
-
+
-