Преглед на файлове

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