Explorar el Código

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

Alex Antonenko hace 11 años
padre
commit
e27f376332
Se han modificado 1 ficheros con 1 adiciones y 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;});
   },
 
   /**