File tree Expand file tree Collapse file tree
hbase-server/src/main/resources/hbase-webapps/master Expand file tree Collapse file tree Original file line number Diff line number Diff line change 270270 % >
271271 <tr >
272272 <td ><%= escapeXml(meta. getRegionNameAsString()) % > </td >
273- <td ><a href =" http://<%= hostAndPort % > /rs-status/ " ><%= StringEscapeUtils . escapeHtml4(hostAndPort) % > </a ></td >
273+ <td ><a href =" http://<%= hostAndPort % > /rs-status" ><%= StringEscapeUtils . escapeHtml4(hostAndPort) % > </a ></td >
274274 <td ><%= readReq % > </td >
275275 <td ><%= writeReq % > </td >
276276 <td ><%= fileSize % > </td >
335335 % >
336336 <tr >
337337 <td ><%= escapeXml(meta. getRegionNameAsString()) % > </td >
338- <td ><a href =" http://<%= hostAndPort % > /rs-status/ " ><%= StringEscapeUtils . escapeHtml4(hostAndPort) % > </a ></td >
338+ <td ><a href =" http://<%= hostAndPort % > /rs-status" ><%= StringEscapeUtils . escapeHtml4(hostAndPort) % > </a ></td >
339339 <td ><%= String . format(" %,1d" , compactingCells) % > </td >
340340 <td ><%= String . format(" %,1d" , compactedCells) % > </td >
341341 <td ><%= String . format(" %,1d" , compactingCells - compactedCells) % > </td >
You can’t perform that action at this time.
0 commit comments