You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Pankaj Kumar (JIRA)" <ji...@apache.org> on 2015/09/16 15:02:46 UTC

[jira] [Resolved] (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 ]

Pankaj Kumar resolved HBASE-14444.
----------------------------------
    Resolution: Not A Problem

Sorry, due to some local changes its happened in my environment.

> "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
>            Assignee: 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
(v6.3.4#6332)