|
@@ -59,6 +59,7 @@ App.SliderAppsMapper = App.Mapper.createWithMixins(App.RunPeriodically, {
|
|
lastCheck: alert.last_status_time
|
|
lastCheck: alert.last_status_time
|
|
});
|
|
});
|
|
});
|
|
});
|
|
|
|
+ alerts = alerts.sortBy('title');
|
|
App.SliderApp.store.pushMany('sliderAppAlert', alerts);
|
|
App.SliderApp.store.pushMany('sliderAppAlert', alerts);
|
|
}
|
|
}
|
|
return alerts.mapProperty('id');
|
|
return alerts.mapProperty('id');
|