Parcourir la source

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

Alex Antonenko il y a 9 ans
Parent
commit
5fd790f276
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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'
     }
     }
   ],
   ],