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>
|
||||
<small>
|
||||
{?DecomNodes}
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -370,6 +371,9 @@
|
|||
</tr>
|
||||
{/DecomNodes}
|
||||
</table>
|
||||
{:else}
|
||||
No nodes are decommissioning
|
||||
{/DecomNodes}
|
||||
</small>
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue