Repository: ambari
Updated Branches:
  refs/heads/trunk af9842245 -> 74d95794d


AMBARI-17848: Ranger Nifi Plugin Status doesnt show up on Ranger summary page 
(jluniya)


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

Branch: refs/heads/trunk
Commit: 74d95794dd8b0b1331f6f32a182c9e6614c584a7
Parents: af98422
Author: Jayush Luniya <[email protected]>
Authored: Thu Jul 21 23:45:35 2016 -0700
Committer: Jayush Luniya <[email protected]>
Committed: Thu Jul 21 23:45:35 2016 -0700

----------------------------------------------------------------------
 ambari-web/app/controllers/main/service/info/summary.js | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/74d95794/ambari-web/app/controllers/main/service/info/summary.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/info/summary.js 
b/ambari-web/app/controllers/main/service/info/summary.js
index a410373..47727b7 100644
--- a/ambari-web/app/controllers/main/service/info/summary.js
+++ b/ambari-web/app/controllers/main/service/info/summary.js
@@ -96,6 +96,12 @@ App.MainServiceInfoSummaryController = 
Em.Controller.extend(App.WidgetSectionMix
       type: 'ranger-kafka-plugin-properties',
       propertyName: 'ranger-kafka-plugin-enabled',
       valueForEnable: 'Yes'
+    },
+    {
+      serviceName: 'NIFI',
+      type: 'ranger-nifi-plugin-properties',
+      propertyName: 'ranger-nifi-plugin-enabled',
+      valueForEnable: 'Yes'
     }
   ],
 

Reply via email to