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

AMBARI-3286. Filter out the hosts that are already part of the cluster when showing the list of Other Registered Hosts. (onechiporenko)

Oleg Nechiporenko преди 12 години
родител
ревизия
55c7e46e3d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ambari-web/app/controllers/wizard/step3_controller.js

+ 1 - 1
ambari-web/app/controllers/wizard/step3_controller.js

@@ -472,7 +472,7 @@ App.WizardStep3Controller = Em.Controller.extend({
 
   hostsInCluster: function() {
     return App.Host.find().getEach('hostName');
-  }.property().cacheable(),
+  }.property().volatile(),
 
   getAllRegisteredHostsCallback: function(hosts) {
     var registeredHosts = [];