Explorar o código

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

Alex Antonenko %!s(int64=11) %!d(string=hai) anos
pai
achega
e27f376332
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;});
   },
 
   /**