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.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1540873 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d6105b41db
commit
3bd91918a5
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue