[
https://issues.apache.org/jira/browse/HBASE-28995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17903610#comment-17903610
]
Dávid Paksy commented on HBASE-28995:
-------------------------------------
This ticket might be invalid as it seems that [tab.js has some JavaScript
code|https://github.com/apache/hbase/blob/master/hbase-server/src/main/resources/hbase-webapps/static/js/tab.js#L30]
which makes an AJAX request and load the result of /userSnapshots.jsp into
[this snapshots
div.|https://github.com/apache/hbase/blob/master/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon#L286]
> Snapshots tab is always empty (not implemented) on Master web UI
> ----------------------------------------------------------------
>
> Key: HBASE-28995
> URL: https://issues.apache.org/jira/browse/HBASE-28995
> Project: HBase
> Issue Type: Task
> Components: UI
> Affects Versions: 4.0.0-alpha-1
> Reporter: Dávid Paksy
> Priority: Major
> Attachments: image-2024-11-22-11-14-24-161.png
>
>
> While working on HBASE-28832 noticed that the Snapshots tab content on the
> Master web UI is always empty.
> !image-2024-11-22-11-14-24-161.png|width=1307,height=664!
> Actually the tab content div is completely empty in the .jamon file:
> {code:java}
> <div class="tab-pane" id="tab_userSnapshots">
> </div> {code}
> See:
> https://github.com/apache/hbase/blob/master/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon#L286
--
This message was sent by Atlassian Jira
(v8.20.10#820010)