You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/06/16 23:48:49 UTC

svn commit: r1136696 - in /hbase/trunk: CHANGES.txt src/main/resources/hbase-webapps/master/table.jsp

Author: stack
Date: Thu Jun 16 21:48:49 2011
New Revision: 1136696

URL: http://svn.apache.org/viewvc?rev=1136696&view=rev
Log:
HBASE-3948 Improve split/compact result page for RegionServer status page

Modified:
    hbase/trunk/CHANGES.txt
    hbase/trunk/src/main/resources/hbase-webapps/master/table.jsp

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1136696&r1=1136695&r2=1136696&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Thu Jun 16 21:48:49 2011
@@ -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

Modified: hbase/trunk/src/main/resources/hbase-webapps/master/table.jsp
URL: http://svn.apache.org/viewvc/hbase/trunk/src/main/resources/hbase-webapps/master/table.jsp?rev=1136696&r1=1136695&r2=1136696&view=diff
==============================================================================
--- hbase/trunk/src/main/resources/hbase-webapps/master/table.jsp (original)
+++ hbase/trunk/src/main/resources/hbase-webapps/master/table.jsp Thu Jun 16 21:48:49 2011
@@ -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 {