HDFS-12798. Ozone: scm web: fix the node status table. Contributed by Elek, Marton.
This commit is contained in:
parent
4460ac9c57
commit
93f1b04949
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in New Issue