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 2014/07/28 19:39:43 UTC

svn commit: r1614087 - /uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp

Author: degenaro
Date: Mon Jul 28 17:39:43 2014
New Revision: 1614087

URL: http://svn.apache.org/r1614087
Log:
UIMA-3961 DUCC Web Server (WS) sort on Machines page should be numeric (for most columns)

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

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp?rev=1614087&r1=1614086&r2=1614087&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp Mon Jul 28 17:39:43 2014
@@ -136,14 +136,14 @@ if (table_style.equals("classic")) {
 		<th align="left" title="The current status">Status</th>
 		<th align="left" title="The host IP">IP</th>
 		<th align="left" title="The host name">Name</th>
-		<th align="left" title="The host effective memory size, in GB (hint: specify this size to reserve entire machine)" >Memory(GB):usable</th>
-		<th align="left" title="The host actual memory size, in GB" >Memory(GB):total</th>
-		<th align="left" title="The host inuse swap size, in GB" >Swap(GB):inuse</th>
-		<th align="left" title="The host free swap size, in GB" >Swap(GB):free</th>
-		<th align="left" title="The number of alien PIDs (those processes not associated with a user running jobs or having a reservation)" >Alien PIDs</th>
-		<th align="left" title="The number of system shares" >Shares:total</th>
-		<th align="left" title="The number of system shares inuse" >Shares:inuse</th>
-		<th align="left" title="The elapsed time (in seconds) since the last heartbeat" >Heartbeat (last)</th>
+		<th class="sorttable_numeric" align="left" title="The host effective memory size, in GB (hint: specify this size to reserve entire machine)" >Memory(GB):usable</th>
+		<th class="sorttable_numeric" align="left" title="The host actual memory size, in GB" >Memory(GB):total</th>
+		<th class="sorttable_numeric" align="left" title="The host inuse swap size, in GB" >Swap(GB):inuse</th>
+		<th class="sorttable_numeric" align="left" title="The host free swap size, in GB" >Swap(GB):free</th>
+		<th class="sorttable_numeric" align="left" title="The number of alien PIDs (those processes not associated with a user running jobs or having a reservation)" >Alien PIDs</th>
+		<th class="sorttable_numeric" align="left" title="The number of system shares" >Shares:total</th>
+		<th class="sorttable_numeric" align="left" title="The number of system shares inuse" >Shares:inuse</th>
+		<th class="sorttable_numeric" align="left" title="The elapsed time (in seconds) since the last heartbeat" >Heartbeat (last)</th>
 		</tr>
 		</thead>
 		<tbody id="machines_list_area">