diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index 0b3434cdf..6cfc64486 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -8,738 +8,326 @@ +
+
+ {% trans "Looks like something is wrong with your initial setup, please double check on Setup Wizard." %} +
+ +
+ {% trans "Looks like your websites are not secured with automatic backups." %} + Configure now. +
+ + + +
+
+

{% trans "CONTAINERS" %} {$ cName $}

+
+
+
+ +
+

{% trans "Basic Information" %}

+

Container ID: {$ cid $}

+

+ Status: + + {$ status $} + +

+

Created: {$ created | date:'medium' $}

+

Uptime: {$ uptime $}

+
+ + +
+

{% trans "Resource Usage" %}

+

Memory Usage

+
+
+
+

CPU Usage

+
+
+
+
+
+ + +
+

{% trans "Volumes" %}

+
+ + + + + + + + + + + + + + + +
SourceDestinationMode
{$ volume.Source $}{$ volume.Destination $}{$ volume.Mode $}
+
+

No volumes mounted

+
+ + +
+

{% trans "Environment Variables" %}

+
+ + + + + + + + + + + + + +
VariableValue
{$ env.split('=')[0] $}{$ env.split('=')[1] $}
+
+

No environment variables set

+
+ + +
+

{% trans "Container Logs" %}

+

+                
+
+
+
+ - -
- -
-

{% trans "Containers" %} - Create -

-

{% trans "Manage containers on server" %}

-
- -
-
-

- {% trans "Containers" %} {{ dockerSite.SiteName }} -

- -
- - - - - - - {# #} - {# #} - {# #} -{# #} - - - - - - - - {# #} - {# #} - {# #} -{# #} - - - -
NameLaunchOwnerImageTagActions
- #} -{# #} - {# #} -{#
- - -
-

{% trans "Error message:" %} {$ errorMessage $}

-
- -
- -
- - - - -
- - -
- - {% if showUnlistedContainer %} -

- {% trans "Unlisted Containers" %} -

- - - - - - - - - - - - {% for container in unlistedContainers %} - - - - - - {% endfor %} - - -
NameStatusActions
{{ container.name }}{{ container.status }} - - - -
- - {% endif %} - - - - - -
-
-
-
-
- - -
-

{% trans "Currently managing: " %} {$ cName $} - -

-

- {% trans "Container ID" %}: {$ cid $} -

- -
- - -
- -
-

- {% trans "Container Information" %} - -

- -
-
-
-

Basic Information

-

Container ID: {$ cid $}

-

Status: {$ status $}

-

Created: {$ created | date:'medium' $}

-

Uptime: {$ uptime $}

-
- -
-

Resource Usage

-
-
- Memory: {$ memoryUsagePercent | number:1 $}% -
-
-
-
- CPU: {$ cpuUsagePercent | number:1 $}% -
-
-
-
- -
-
-

Network & Ports

-
- - - - - - - - - - - - - -
Container PortHost Binding
{$ containerPort $} - - {$ binding.HostIp || '0.0.0.0' $}:{$ binding.HostPort $} - -
-
-
-

No ports exposed

-
-
- -
-

Volumes

-
- - - - - - - - - - - - - - - -
SourceDestinationMode
{$ volume.Source $}{$ volume.Destination $}{$ volume.Mode $}
-
-
-

No volumes mounted

-
-
- -
-

Environment Variables

-
- - - - - - - - - - - - - -
VariableValue
{$ env.split('=')[0] $}{$ env.split('=')[1] $}
-
-
-

No environment variables set

-
-
-
-
-
-
- - - -
- -
- -

- {% trans "Logs" %} - -

- - -
-
- -
-
- -
-
-
- - - - - - - -
-
-
- - - {% endblock %}