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

AMBARI-4076. Installer's host list doesn't show masters at top. (Mikhail Bayuk via alexantonenko)

Alex Antonenko 11 éve
szülő
commit
e27f376332
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      ambari-web/app/controllers/wizard/step6_controller.js

+ 1 - 0
ambari-web/app/controllers/wizard/step6_controller.js

@@ -257,6 +257,7 @@ App.WizardStep6Controller = Em.Controller.extend({
         App.router.send('next');
       }
     }
+    this.get('hosts').sort(function(a, b){return a.isMaster < b.isMaster;});
   },
 
   /**