瀏覽代碼

AMBARI-4604. UI is not reflecting HBase Master active status. (onechiporenko)

Oleg Nechiporenko 11 年之前
父節點
當前提交
317da33357
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/global/update_controller.js

+ 1 - 1
ambari-web/app/controllers/global/update_controller.js

@@ -125,7 +125,7 @@ App.UpdateController = Em.Controller.extend({
               "ServiceComponentInfo/rm_metrics/cluster/unhealthyNMcount," +
               "ServiceComponentInfo/rm_metrics/cluster/rebootedNMcount," +
               "ServiceComponentInfo/rm_metrics/cluster/decommissionedNMcount",
-      'HBASE': "host_components/metrics/hbase/master/IsActiveMaster" +
+      'HBASE': "host_components/metrics/hbase/master/IsActiveMaster," +
                "ServiceComponentInfo/MasterStartTime," +
                "ServiceComponentInfo/MasterActiveTime," +
                "ServiceComponentInfo/AverageLoad," +