Browse Source

AMBARI-12642. kafka is not listed in summary of ranger on ambari UI (alexantonenko)

Alex Antonenko 10 years ago
parent
commit
5fd790f276
1 changed files with 6 additions and 0 deletions
  1. 6 0
      ambari-web/app/controllers/main/service/info/summary.js

+ 6 - 0
ambari-web/app/controllers/main/service/info/summary.js

@@ -84,6 +84,12 @@ App.MainServiceInfoSummaryController = Em.Controller.extend(App.WidgetSectionMix
       type: 'ranger-yarn-plugin-properties',
       type: 'ranger-yarn-plugin-properties',
       propertyName: 'ranger-yarn-plugin-enabled',
       propertyName: 'ranger-yarn-plugin-enabled',
       valueForEnable: 'Yes'
       valueForEnable: 'Yes'
+    },
+    {
+      serviceName: 'KAFKA',
+      type: 'ranger-kafka-plugin-properties',
+      propertyName: 'ranger-kafka-plugin-enabled',
+      valueForEnable: 'Yes'
     }
     }
   ],
   ],