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 2013/11/11 23:42:52 UTC

svn commit: r1540873 - in /hbase/trunk/hbase-server/src/main/resources/hbase-webapps/master: snapshot.jsp table.jsp

Author: stack
Date: Mon Nov 11 22:42:51 2013
New Revision: 1540873

URL: http://svn.apache.org/r1540873
Log:
HBASE-9850 Issues with UI for table compact/split operation completion. After split/compaction operation using UI, the page is not automatically redirecting back using IE8/Firefox.

Modified:
    hbase/trunk/hbase-server/src/main/resources/hbase-webapps/master/snapshot.jsp
    hbase/trunk/hbase-server/src/main/resources/hbase-webapps/master/table.jsp

Modified: hbase/trunk/hbase-server/src/main/resources/hbase-webapps/master/snapshot.jsp
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-server/src/main/resources/hbase-webapps/master/snapshot.jsp?rev=1540873&r1=1540872&r2=1540873&view=diff
==============================================================================
--- hbase/trunk/hbase-server/src/main/resources/hbase-webapps/master/snapshot.jsp (original)
+++ hbase/trunk/hbase-server/src/main/resources/hbase-webapps/master/snapshot.jsp Mon Nov 11 22:42:51 2013
@@ -70,7 +70,11 @@
     <link href="/static/css/bootstrap-theme.min.css" rel="stylesheet">
     <link href="/static/css/hbase.css" rel="stylesheet">
     <% if (isActionResultPage) { %>
-      <meta http-equiv="refresh" content="5,javascript:history.back()" />
+    <script type="text/javascript">
+    <!--
+        setTimeout("history.back()",5000);
+    -->
+    </script>
     <% } %>
   </head>
 <body>

Modified: hbase/trunk/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-server/src/main/resources/hbase-webapps/master/table.jsp?rev=1540873&r1=1540872&r2=1540873&view=diff
==============================================================================
--- hbase/trunk/hbase-server/src/main/resources/hbase-webapps/master/table.jsp (original)
+++ hbase/trunk/hbase-server/src/main/resources/hbase-webapps/master/table.jsp Mon Nov 11 22:42:51 2013
@@ -76,7 +76,11 @@
       <link href="/static/css/bootstrap.min.css" rel="stylesheet">
       <link href="/static/css/bootstrap-theme.min.css" rel="stylesheet">
       <link href="/static/css/hbase.css" rel="stylesheet">
-<meta http-equiv="refresh" content="5,javascript:history.back()" />
+	  <script type="text/javascript">
+      <!--
+		  setTimeout("history.back()",5000);
+	  -->
+	  </script>
 </head>
 <body>
 <div class="navbar  navbar-fixed-top navbar-default">