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 @@
+ + 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. +
+ +This node is part of a Swarm cluster | -|
Node role | {{ infoData.Swarm.ControlAvailable ? 'Manager' : 'Worker' }} |
Nodes in the cluster | -{{ infoData.Swarm.Nodes }} | -