You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/07/01 21:29:00 UTC

[jira] [Closed] (HBASE-14444) "Home" link at home page of Master/RegionServer/Thrift is redirecting to jsp file

     [ https://issues.apache.org/jira/browse/HBASE-14444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Kyle Purtell closed HBASE-14444.
---------------------------------------
    Assignee:     (was: Pankaj Kumar)

> "Home" link at home page of Master/RegionServer/Thrift is redirecting to jsp file
> ---------------------------------------------------------------------------------
>
>                 Key: HBASE-14444
>                 URL: https://issues.apache.org/jira/browse/HBASE-14444
>             Project: HBase
>          Issue Type: Bug
>          Components: UI
>            Reporter: Pankaj Kumar
>            Priority: Minor
>
> At home page of Master/RegionServer/Thrift UI, "Home" link is redirecting to jsp file. Home link is working fine from other page.
> We need to keep it same as "HBase Logo" link.
> In MasterStatusTmpl.jamon, "/master-status" should be configured instead of "/"
> {code}
> <li class="active"><a href="/">Home</a></li>
> {code}
> In RSStatusTmpl.jamon, "/rs-status" should be configured instead of "/"
> {code}
> <li class="active"><a href="/">Home</a></li>
> {code}
> In thrift.jsp, "/thrift.jsp" should be configured instead of "/"
> {code}
> <li class="active"><a href="/">Home</a></li>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)