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

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

Pankaj Kumar created HBASE-14444:
------------------------------------

             Summary: "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)