Browse Source

AMBARI-2712: Add Quick Links (Web UI) for Oozie, Hue, Nagios, Ganglia. (Antonenko Alexander via jaimin)

Jaimin Jetly 12 years ago
parent
commit
64930cea44
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/mappers/service_mapper.js

+ 1 - 0
ambari-web/app/mappers/service_mapper.js

@@ -222,6 +222,7 @@ App.servicesMapper = App.QuickDataMapper.create({
         }else {
           finalJson = this.parseIt(item, this.config);
           finalJson.rand = Math.random();
+          this.mapQuickLinks(finalJson, item);
           result.push(finalJson);
         }
       }, this);