You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/08/27 14:01:18 UTC

git commit: AMBARI-7033 Unable to open Job details(Max Shepel via ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 8d8583bd5 -> 1f48b24fe


AMBARI-7033 Unable to open Job details(Max Shepel via ababiichuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1f48b24f
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1f48b24f
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1f48b24f

Branch: refs/heads/trunk
Commit: 1f48b24feae75f35a0ea6f10dcf61332934b8534
Parents: 8d8583b
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Wed Aug 27 14:59:38 2014 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Wed Aug 27 14:59:38 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/mappers.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1f48b24f/ambari-web/app/mappers.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/mappers.js b/ambari-web/app/mappers.js
index 80c7255..aa7aea0 100644
--- a/ambari-web/app/mappers.js
+++ b/ambari-web/app/mappers.js
@@ -20,6 +20,7 @@
 require('mappers/server_data_mapper');
 require('mappers/stack_service_mapper');
 require('mappers/hosts_mapper');
+require('mappers/jobs_mapper');
 require('mappers/cluster_mapper');
 require('mappers/runs_mapper');
 require('mappers/racks_mapper');