Author: stack
Date: Mon Jul 27 21:13:47 2009
New Revision: 798282

URL: http://svn.apache.org/viewvc?rev=798282&view=rev
Log:
HBASE-1692  Web UI is extremely slow / freezes up if you have many tables

Modified:
    hadoop/hbase/trunk/src/webapps/master/master.jsp

Modified: hadoop/hbase/trunk/src/webapps/master/master.jsp
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/webapps/master/master.jsp?rev=798282&r1=798281&r2=798282&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/webapps/master/master.jsp (original)
+++ hadoop/hbase/trunk/src/webapps/master/master.jsp Mon Jul 27 21:13:47 2009
@@ -30,6 +30,7 @@
 <head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
 <title>HBase Master: <%= master.getMasterAddress().getHostname()%>:<%= 
master.getMasterAddress().getPort() %></title>
 <link rel="stylesheet" type="text/css" href="/static/hbase.css" />
+</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>


Reply via email to