瀏覽代碼

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

Alex Antonenko 11 年之前
父節點
當前提交
e27f376332
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;});
   },
 
   /**