Index: core/src/main/resources/webapps/master/master.jsp =================================================================== --- core/src/main/resources/webapps/master/master.jsp (revision 937957) +++ core/src/main/resources/webapps/master/master.jsp (working copy) @@ -77,7 +77,7 @@ Description - <%= Bytes.toString(HConstants.ROOT_TABLE_NAME) %> + <%= Bytes.toString(HConstants.ROOT_TABLE_NAME) %> <% if (showFragmentation) { %> <%= frags.get("-ROOT-") != null ? frags.get("-ROOT-").intValue() + "%" : "n/a" %> <% } %> @@ -86,7 +86,7 @@ <% if (onlineRegions != null && onlineRegions.size() > 0) { %> - <%= Bytes.toString(HConstants.META_TABLE_NAME) %> + <%= Bytes.toString(HConstants.META_TABLE_NAME) %> <% if (showFragmentation) { %> <%= frags.get(".META.") != null ? frags.get(".META.").intValue() + "%" : "n/a" %> <% } %> @@ -110,7 +110,7 @@ <% for(HTableDescriptor htDesc : tables ) { %> - ><%= htDesc.getNameAsString() %> + ><%= htDesc.getNameAsString() %> <% if (showFragmentation) { %> <%= frags.get(htDesc.getNameAsString()) != null ? frags.get(htDesc.getNameAsString()).intValue() + "%" : "n/a" %> <% } %>