Ver Fonte

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 há 10 anos atrás
pai
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){
     if(!data.urls){
+      App.SliderApp.store.pushMany('QuickLink', quickLinks);
       return quickLinks.mapProperty('id');
       return quickLinks.mapProperty('id');
     }
     }