HBASE-1658 Remove UI refresh -- its annoying
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@794117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ac21bbb48
commit
740749bcea
|
@ -265,6 +265,7 @@ Release 0.20.0 - Unreleased
|
|||
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
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue