HBASE-3948 Improve split/compact result page for RegionServer status page
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1136696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f09e358e0
commit
ecce7c2cd7
|
@ -337,6 +337,8 @@ Release 0.90.4 - Unreleased
|
|||
(Jieshan Bean)
|
||||
HBASE-3987 Fix a NullPointerException on a failure to load Bloom filter data
|
||||
(Mikhail Bautin)
|
||||
HBASE-3948 Improve split/compact result page for RegionServer status page
|
||||
(Li Pi)
|
||||
|
||||
|
||||
IMPROVEMENT
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
%>
|
||||
<head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
|
||||
<link rel="stylesheet" type="text/css" href="/static/hbase.css" />
|
||||
<meta http-equiv="refresh" content="5,javascript:history.back()" />
|
||||
</head>
|
||||
<body>
|
||||
<a id="logo" href="http://wiki.apache.org/lucene-hadoop/Hbase"><img src="/static/hbase_logo_med.gif" alt="HBase Logo" title="HBase Logo" /></a>
|
||||
|
@ -70,7 +71,8 @@
|
|||
%> Compact request accepted. <%
|
||||
}
|
||||
%>
|
||||
<p>Reload.
|
||||
<p>Go <a href="javascript:history.back()">Back</a>, or wait for the redirect.
|
||||
|
||||
</body>
|
||||
<%
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue