Forráskód Böngészése

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

Oleg Nechiporenko 11 éve
szülő
commit
317da33357

+ 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," +