HDFS-10581. Hide redundant table on NameNode WebUI when no nodes are decomissioning. Contributed by Weiwei Yang.

This commit is contained in:
Andrew Wang 2016-12-05 18:13:53 -08:00
parent a2b5d60220
commit 8e63fa98ea
1 changed files with 4 additions and 0 deletions

View File

@ -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>