diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index c1f865760..d1952f0a8 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -8,67 +8,99 @@ @@ -476,39 +552,41 @@
-
-
+
+

n8n Container: {$ web.name $} + + {$ web.status $}

-
- - - - - + Open n8n
-
-
+
+
-
-

Resource Usage

-
+
+

Resource Usage

+
Memory Usage
{$ web.memoryUsage $}
@@ -540,287 +618,260 @@
-
-

Network & Ports

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

Network & Ports

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

No ports exposed

+
+
+
+ +
+
+

Volumes

+
+ + + + + + + + + + + + + +
SourceDestination
{$ volume.Source $}{$ volume.Destination $}
+
+
+

No volumes mounted

+
+
+ +
+

Environment Variables

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

+ {% trans "Logs" %} + +

+ +
+
+
+ + +
+
+

+ {% trans "Container: " %} {$ web.name $} + + + + {$ web.status $} + +

+
+ + + + +
+
+ +
+
+
+
+

Basic Information

+ + + + + + + + + + + + + + + +
Container ID:{$ web.id $}
Created:{$ web.created | date:'medium' $}
Uptime:{$ web.uptime $}
+
+ +
+

Resource Usage

+
+ +
+
+
+
+
+
+ +
+
+
-
-

Volumes

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

Network & Ports

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

No ports exposed

+
+
+ +
+

Volumes

+
+ + + + + + + + + + + + + +
SourceDestination
{$ volume.Source $}{$ volume.Destination $}
-

No volumes mounted

-
-
- -
-

Environment Variables

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

No environment variables set

+

No volumes mounted

-
-

- {% trans "Logs" %} - - - +
+
+
+

Environment Variables

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

+ {% trans "Logs" %} +

-
- -
-
-

-
- - -
-
-

- {% trans "Currently managing: " %} {$ web.name $} -
- - - - - - Open n8n - -
-

-

- {% trans "Container ID" %}: {$ web.id $} -

-
- -
-
-

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

- -
-
-
-

Basic Information

-
-

Container ID: {$ web.id $}

-

Status: - - {$ web.status $} - -

-

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

-

Uptime: {$ web.uptime $}

-
-
- -
-

Resource Usage

-
- -
-
- {$ web.memoryUsage $} -
-
-
-
- -
-
- {$ web.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] $} - {$ env.split('=')[1] $} -
-
-
-
-

No environment variables set

-
-
-
-
-
- -
-
-

- {% trans "Logs" %} - -

-
-
-
-
-
-
+
@@ -829,140 +880,131 @@