NihalJain commented on code in PR #6774:
URL: https://github.com/apache/hbase/pull/6774#discussion_r1986709676


##########
hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon:
##########
@@ -101,11 +101,11 @@ Arrays.sort(serverNames);
 <tr>
     <th>ServerName</th>
     <th>State</th>
-    <th>Start time</th>
+    <th class="cls_dateTime">Start time</th>

Review Comment:
   original mapping was 
   ```
   1: {sorter: 'dateTime'},
   4: {sorter: 'separator'},
   5: {sorter: 'separator'}
   ```
   So this was also broken?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to