You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2015/08/31 18:17:04 UTC

ambari git commit: AMBARI-12943. Falcon related oozie site properties do not get showed on any dashboard (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk c42aad3d3 -> 9a5dc13f0


AMBARI-12943. Falcon related oozie site properties do not get showed on any dashboard  (alexantonenko)


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

Branch: refs/heads/trunk
Commit: 9a5dc13f065b92fe9870311f4cafe55e03bb58d3
Parents: c42aad3
Author: Alex Antonenko <hi...@gmail.com>
Authored: Mon Aug 31 19:09:06 2015 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Mon Aug 31 19:16:59 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/models/stack_service.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9a5dc13f/ambari-web/app/models/stack_service.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/models/stack_service.js b/ambari-web/app/models/stack_service.js
index 4789efd..9e2c32a 100644
--- a/ambari-web/app/models/stack_service.js
+++ b/ambari-web/app/models/stack_service.js
@@ -285,7 +285,8 @@ App.StackService.configCategories = function () {
       break;
     case 'OOZIE':
       serviceConfigCategories.pushObjects([
-        App.ServiceConfigCategory.create({ name: 'OOZIE_SERVER', displayName: 'Oozie Server'})
+        App.ServiceConfigCategory.create({ name: 'OOZIE_SERVER', displayName: 'Oozie Server'}),
+        App.ServiceConfigCategory.create({ name: 'Falcon - Oozie integration', displayName: 'Falcon - Oozie integration'})
       ]);
       break;
     case 'FALCON':