Author: stack
Date: Tue Jul 14 23:48:44 2009
New Revision: 794117

URL: http://svn.apache.org/viewvc?rev=794117&view=rev
Log:
HBASE-1658 Remove UI refresh -- its annoying

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/src/webapps/master/master.jsp
    hadoop/hbase/trunk/src/webapps/master/table.jsp
    hadoop/hbase/trunk/src/webapps/regionserver/regionserver.jsp

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=794117&r1=794116&r2=794117&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Tue Jul 14 23:48:44 2009
@@ -265,6 +265,7 @@
    HBASE-1650  HBASE-1551 broke the ability to manage non-regionserver
                start-up/shut down. ie: you cant start/stop thrift on a cluster
                anymore
+   HBASE-1658  Remove UI refresh -- its annoying
 
   IMPROVEMENTS
    HBASE-1089  Add count of regions on filesystem to master UI; add percentage

Modified: hadoop/hbase/trunk/src/webapps/master/master.jsp
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/webapps/master/master.jsp?rev=794117&r1=794116&r2=794117&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/webapps/master/master.jsp (original)
+++ hadoop/hbase/trunk/src/webapps/master/master.jsp Tue Jul 14 23:48:44 2009
@@ -28,7 +28,6 @@
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> 
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
-      <meta http-equiv="refresh" content="300"/>
 <title>HBase Master: <%= master.getMasterAddress().getHostname()%>:<%= 
master.getMasterAddress().getPort() %></title>
 <link rel="stylesheet" type="text/css" href="/static/hbase.css" />
 <link rel="stylesheet" type="text/css" href="/static/jquery.treeview.css" />

Modified: hadoop/hbase/trunk/src/webapps/master/table.jsp
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/webapps/master/table.jsp?rev=794117&r1=794116&r2=794117&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/webapps/master/table.jsp (original)
+++ hadoop/hbase/trunk/src/webapps/master/table.jsp Tue Jul 14 23:48:44 2009
@@ -67,13 +67,12 @@
     %> Compact request accepted. <%
   }
 %>
-<p>This page will refresh in 5 seconds.
+<p>Reload.
 </body>
 <%
 } else {
 %>
 <head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
-      <meta http-equiv="refresh" content="30"/>
 <title>Table: <%= tableName %></title>
 <link rel="stylesheet" type="text/css" href="/static/hbase.css" />
 </head>

Modified: hadoop/hbase/trunk/src/webapps/regionserver/regionserver.jsp
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/webapps/regionserver/regionserver.jsp?rev=794117&r1=794116&r2=794117&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/webapps/regionserver/regionserver.jsp (original)
+++ hadoop/hbase/trunk/src/webapps/regionserver/regionserver.jsp Tue Jul 14 
23:48:44 2009
@@ -20,7 +20,6 @@
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> 
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
-      <meta http-equiv="refresh" content="300"/>
 <title>HBase Region Server: <%= serverInfo.getServerAddress().getHostname() 
%>:<%= serverInfo.getServerAddress().getPort() %></title>
 <link rel="stylesheet" type="text/css" href="/static/hbase.css" />
 </head>


Reply via email to