Author: stack
Date: Thu Jun 16 21:47:52 2011
New Revision: 1136695
URL: http://svn.apache.org/viewvc?rev=1136695&view=rev
Log:
HBASE-3948 Improve split/compact result page for RegionServer status page
Modified:
hbase/branches/0.90/CHANGES.txt
hbase/branches/0.90/src/main/resources/hbase-webapps/master/table.jsp
Modified: hbase/branches/0.90/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/branches/0.90/CHANGES.txt?rev=1136695&r1=1136694&r2=1136695&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Thu Jun 16 21:47:52 2011
@@ -35,6 +35,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
HBASE-3882 hbase-config.sh needs to be updated so it can auto-detects the
Modified: hbase/branches/0.90/src/main/resources/hbase-webapps/master/table.jsp
URL:
http://svn.apache.org/viewvc/hbase/branches/0.90/src/main/resources/hbase-webapps/master/table.jsp?rev=1136695&r1=1136694&r2=1136695&view=diff
==============================================================================
--- hbase/branches/0.90/src/main/resources/hbase-webapps/master/table.jsp
(original)
+++ hbase/branches/0.90/src/main/resources/hbase-webapps/master/table.jsp Thu
Jun 16 21:47:52 2011
@@ -40,6 +40,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>
@@ -63,7 +64,8 @@
%> Compact request accepted. <%
}
%>
-<p>Reload.
+<p>Go <a href="javascript:history.back()">Back</a>, or wait for the redirect.
+
</body>
<%
} else {