Updated Branches: refs/heads/trunk 6db495767 -> 64930cea4
AMBARI-2712: Add Quick Links (Web UI) for Oozie, Hue, Nagios, Ganglia. (Antonenko Alexander via jaimin) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/64930cea Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/64930cea Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/64930cea Branch: refs/heads/trunk Commit: 64930cea449110ab69833757efd7f23973e05ee3 Parents: 6db4957 Author: Jaimin Jetly <[email protected]> Authored: Tue Jul 23 11:56:23 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Tue Jul 23 11:56:23 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/mappers/service_mapper.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/64930cea/ambari-web/app/mappers/service_mapper.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/mappers/service_mapper.js b/ambari-web/app/mappers/service_mapper.js index 5fd1b65..0eb7b97 100644 --- a/ambari-web/app/mappers/service_mapper.js +++ b/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);
