瀏覽代碼

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

Anu Engineer 7 年之前
父節點
當前提交
765759fa6b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/scm/scm-overview.html

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/scm/scm-overview.html

@@ -18,7 +18,7 @@
 
 <table class="table table-bordered table-striped" class="col-md-6">
     <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.value}}</td>
     </tr>