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 }}