bharathv commented on a change in pull request #3535:
URL: https://github.com/apache/hbase/pull/3535#discussion_r682026570
##########
File path: hbase-server/src/main/resources/hbase-webapps/master/rits.jsp
##########
@@ -69,24 +75,29 @@
<div class="page-header">
<a
href="/rits.jsp?format=txt&filter=region&table=<%=table%>&state=<%=state%>"
class="btn btn-primary">Regions in text format</a>
<a
href="/rits.jsp?format=txt&filter=procedure&table=<%=table%>&state=<%=state%>"
class="btn btn-info">Procedures in text format</a>
+ <a href="/rits.jsp?format=json" class="btn btn-info">RIT info as
JSON</a>
Review comment:
Add table and state filters (=null) for completeness?
--
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]