diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index 6cfc64486..fe76117df 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -215,6 +215,36 @@ border: none; } } + + .container-name { + font-weight: 500; + color: #333; + } + .actions { + display: flex; + gap: 8px; + } + .btn-sm { + padding: 5px 10px; + font-size: 12px; + } + .btn-sm i { + margin-right: 4px; + } + .text-muted { + color: #666; + font-size: 13px; + margin-left: 8px; + } + .d-flex { + display: flex; + } + .justify-content-between { + justify-content: space-between; + } + .align-items-center { + align-items: center; + }
@@ -232,92 +262,146 @@ {% trans "Manage containers on server" %}
-
+ +
-

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

+

{% trans "Available Containers" %}

+
-
- -
-

{% trans "Basic Information" %}

-

Container ID: {$ cid $}

-

- Status: - - {$ status $} - -

-

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

-

Uptime: {$ uptime $}

-
+
+ + + + + + + + + + + + + +
NameLaunch
+
{$ web.name $}
+
+ +
+
+ +
+
- -
-

{% trans "Resource Usage" %}

-

Memory Usage

-
-
-
-

CPU Usage

-
-
+ +
+
+
+
+

+ {% trans "Container:" %} {$ cName $} + ID: {$ cid $} +

+
+ + +
+
+
+ +
+

{% trans "Basic Information" %}

+

Container ID: {$ cid $}

+

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

+

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

+

Uptime: {$ uptime $}

+
- -
-

{% trans "Volumes" %}

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

{% trans "Resource Usage" %}

+

Memory Usage

+
+
+
+

CPU Usage

+
+
+
+
-

No volumes mounted

-
- -
-

{% trans "Environment Variables" %}

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

{% trans "Volumes" %}

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

No volumes mounted

-

No environment variables set

-
- -
-

{% trans "Container Logs" %}

-

+                    
+                    
+

{% trans "Environment Variables" %}

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

No environment variables set

+
+ + +
+

{% trans "Container Logs" %}

+

+                    
@@ -325,9 +409,6 @@ - -{% endblock %} + \ No newline at end of file