From 3ace184069f38035eb6df159af245e78f500c6d9 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Mon, 4 Jun 2018 10:30:53 +0200 Subject: [PATCH] feat(dashboard): update dashboard info (#1944) --- app/docker/views/dashboard/dashboard.html | 48 +++++++++++++---------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/app/docker/views/dashboard/dashboard.html b/app/docker/views/dashboard/dashboard.html index 6f70f696d..93789d4b1 100644 --- a/app/docker/views/dashboard/dashboard.html +++ b/app/docker/views/dashboard/dashboard.html @@ -10,6 +10,32 @@
+
+ + +
+ Information +
+
+ +

+ + Portainer is connected to a node that is part of a Swarm cluster. Some resources located on other nodes in the cluster might not be available for management, have a look + at our agent setup for more details. +

+

+ + Portainer is connected to a worker node. Swarm management features will not be available. +

+
+
+
+ +
+
+
+
+
@@ -32,29 +58,11 @@ Memory {{ infoData.MemTotal|humansize }} - - - - -
-
- - - - - - - - - + - - - - - +
This node is part of a Swarm cluster
Node role {{ infoData.Swarm.ControlAvailable ? 'Manager' : 'Worker' }}
Nodes in the cluster{{ infoData.Swarm.Nodes }}