From ef25971e004dd5d30745424a6e992b4312c8c8a6 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Fri, 11 Apr 2025 17:39:40 +0500 Subject: [PATCH] n8n specific improvements --- .../websiteFunctions/DockerSiteHome.html | 169 ++++++++++++++---- 1 file changed, 134 insertions(+), 35 deletions(-) diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index 11168f445..610fa70f3 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -475,10 +475,10 @@
-
+

- n8n Container + n8n Container: {$ web.name $} {$ web.status $} @@ -493,54 +493,153 @@ - + + Open n8n

-
-
-
Memory Usage
-
{$ web.memoryUsage $}
-
-
+
+
+
+
+

Resource Usage

+
+
+
Memory Usage
+
{$ web.memoryUsage $}
+
+
+
+
+
+
+
CPU Usage
+
{$ web.cpuUsagePercent | number:1 $}%
+
+
+
+
+
+
+
Container Uptime
+
{$ web.uptime $}
+
+
+
+ +
+

Network & Ports

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

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

+
-
-
CPU Usage
-
{$ web.cpuUsagePercent | number:1 $}%
-
-
-
-
-
-
-
Container Uptime
-
{$ web.uptime $}
-
-
-
Port Mapping
-
- - {$ web.ports['5678/tcp'][0].HostPort $} + +
+

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

+
+
-
+

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