Browse Source

AMBARI-7545. Slider View: "YARN application" quick link has no label and url, in case when app does not have other quick links (alexantonenko)

Alex Antonenko 10 years ago
parent
commit
70801b980e

+ 1 - 0
contrib/views/slider/src/main/resources/ui/app/mappers/slider_apps_mapper.js

@@ -183,6 +183,7 @@ App.SliderAppsMapper = App.Mapper.createWithMixins(App.RunPeriodically, {
     );
 
     if(!data.urls){
+      App.SliderApp.store.pushMany('QuickLink', quickLinks);
       return quickLinks.mapProperty('id');
     }