You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2013/04/19 15:13:28 UTC

svn commit: r1469817 - /uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.jsp

Author: degenaro
Date: Fri Apr 19 13:13:28 2013
New Revision: 1469817

URL: http://svn.apache.org/r1469817
Log:
UIMA-2821 DUCC webserver (WS) Services page improvements

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.jsp

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.jsp
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.jsp?rev=1469817&r1=1469816&r2=1469817&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.jsp (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.jsp Fri Apr 19 13:13:28 2013
@@ -108,7 +108,7 @@ if (table_style.equals("scroll")) {
 		<th title="The service name">Name</th>
 		<th title="The service type">Type</th>
 		<th title="The service state">State</th>
-		<th title="The service pinger">Pinging</th>
+		<th title="The service pinger">Pinger</th>
 		<th title="The service health">Health</th>
 		<th title="The service number of instances">Instances</th>
 		<th title="The service number of deployments">Deployments</th>
@@ -143,7 +143,7 @@ if (table_style.equals("classic")) {
 		<th title="The service name">Name</th>
 		<th title="The service type">Type</th>
 		<th title="The service state">State</th>
-		<th title="The service pinger">Pinging</th>
+		<th title="The service pinger">Pinger</th>
 		<th title="The service health">Health</th>
 		<th title="The service number of instances">Instances</th>
 		<th title="The service number of deployments">Deployments</th>