From 4bc3398be05b58698eb0d8bd4b44370ab2683243 Mon Sep 17 00:00:00 2001 From: stephenconnolly Date: Wed, 14 Jan 2009 12:49:25 +0000 Subject: [PATCH] I wasted an hour trying to find this link on a clean Hudson install. And the link has useful information even if you are not running slave nodes. This makes its function more obvious and generic git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@14468 71c3de6d-444a-0410-be80-ed276b4c234a --- .../main/resources/hudson/model/Hudson/manage.jelly | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/core/src/main/resources/hudson/model/Hudson/manage.jelly b/core/src/main/resources/hudson/model/Hudson/manage.jelly index eaeb41132b..8777bc0c3e 100644 --- a/core/src/main/resources/hudson/model/Hudson/manage.jelly +++ b/core/src/main/resources/hudson/model/Hudson/manage.jelly @@ -41,11 +41,11 @@ - ${%Configure global settings and paths.} + ${%Configure global settings and paths.} ${%Discard all the loaded data in memory and reload everything from file system.} - ${%Useful when you modified config files directly on disk.} + ${%Useful when you modified config files directly on disk.} ${%Add, remove, disable or enable plugins that can extend the functionality of Hudson.} @@ -65,11 +65,9 @@ ${%Executes arbitrary script for administration/trouble-shooting/diagnostics.} - - - ${%Check the health of slaves and controls them.} - - + + ${%Add, remove, control and monitor the various nodes that Hudson runs jobs on.} + -- GitLab