|
@@ -267,6 +267,7 @@ App.UpgradeVersionBoxView = Em.View.extend({
|
|
var displayName = this.get('content.displayName');
|
|
var displayName = this.get('content.displayName');
|
|
var hosts = this.get('content').get(status['property']);
|
|
var hosts = this.get('content').get(status['property']);
|
|
var self = this;
|
|
var self = this;
|
|
|
|
+ hosts.sort();
|
|
if (hosts.length) {
|
|
if (hosts.length) {
|
|
return App.ModalPopup.show({
|
|
return App.ModalPopup.show({
|
|
bodyClass: Ember.View.extend({
|
|
bodyClass: Ember.View.extend({
|