HDFS-12798. Ozone: scm web: fix the node status table. Contributed by Elek, Marton.

This commit is contained in:
Anu Engineer 2017-11-10 10:51:44 -08:00 committed by Owen O'Malley
parent 4460ac9c57
commit 93f1b04949
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ <h2>Node counts</h2>
<table class="table table-bordered table-striped" class="col-md-6"> <table class="table table-bordered table-striped" class="col-md-6">
<tbody> <tbody>
<tr ng-repeat="typestat in $ctrl.overview.jmx.NodeCount | orderBy:'key':false:$ctrl.nodeOrder"> <tr ng-repeat="typestat in $ctrl.nodemanagermetrics.NodeCount | orderBy:'key':false:$ctrl.nodeOrder">
<td>{{typestat.key}}</td> <td>{{typestat.key}}</td>
<td>{{typestat.value}}</td> <td>{{typestat.value}}</td>
</tr> </tr>