HDFS-10581. Hide redundant table on NameNode WebUI when no nodes are decomissioning. Contributed by Weiwei Yang.
This commit is contained in:
parent
a2b5d60220
commit
8e63fa98ea
|
@ -352,6 +352,7 @@
|
||||||
|
|
||||||
<div class="page-header"><h1><small>Decommissioning</small></h1></div>
|
<div class="page-header"><h1><small>Decommissioning</small></h1></div>
|
||||||
<small>
|
<small>
|
||||||
|
{?DecomNodes}
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -370,6 +371,9 @@
|
||||||
</tr>
|
</tr>
|
||||||
{/DecomNodes}
|
{/DecomNodes}
|
||||||
</table>
|
</table>
|
||||||
|
{:else}
|
||||||
|
No nodes are decommissioning
|
||||||
|
{/DecomNodes}
|
||||||
</small>
|
</small>
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue