Author: ghenzler
Date: Mon Jan  7 07:44:13 2019
New Revision: 1850616

URL: http://svn.apache.org/viewvc?rev=1850616&view=rev
Log:
FELIX-6011 improved documentation on web console form page

Modified:
    
felix/trunk/healthcheck/webconsoleplugin/src/main/java/org/apache/felix/hc/webconsole/impl/HealthCheckWebconsolePlugin.java

Modified: 
felix/trunk/healthcheck/webconsoleplugin/src/main/java/org/apache/felix/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
URL: 
http://svn.apache.org/viewvc/felix/trunk/healthcheck/webconsoleplugin/src/main/java/org/apache/felix/hc/webconsole/impl/HealthCheckWebconsolePlugin.java?rev=1850616&r1=1850615&r2=1850616&view=diff
==============================================================================
--- 
felix/trunk/healthcheck/webconsoleplugin/src/main/java/org/apache/felix/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
 (original)
+++ 
felix/trunk/healthcheck/webconsoleplugin/src/main/java/org/apache/felix/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
 Mon Jan  7 07:44:13 2019
@@ -207,9 +207,8 @@ public class HealthCheckWebconsolePlugin
         final WebConsoleHelper c = new WebConsoleHelper(pw);
         pw.print("<form method='get'>");
         pw.println("<table class='content' cellpadding='0' cellspacing='0' 
width='100%'>");
-        c.titleHtml(TITLE, "To execute health check services, enter "
-                + " an optional list of tags, to select specific health 
checks, or no tags for all checks."
-                + " Prefix a tag with a minus sign (-) to omit checks having 
that tag.");
+        c.titleHtml(TITLE, "Enter tags to selected health checks to be 
executed. Leave empty to execute default checks or use '*' to execute all 
checks."
+                + " Prefix a tag with a minus sign (-) to omit checks having 
that tag (can be also used in combination with '*', e.g. '*,-excludedtag').");
 
         c.tr();
         c.tdLabel("Health Check tags (comma-separated)");


Reply via email to