ソースを参照

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;});
   },
 
   /**