Преглед на файлове

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

Alex Antonenko преди 10 години
родител
ревизия
5fd790f276
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  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',
       propertyName: 'ranger-yarn-plugin-enabled',
       valueForEnable: 'Yes'
+    },
+    {
+      serviceName: 'KAFKA',
+      type: 'ranger-kafka-plugin-properties',
+      propertyName: 'ranger-kafka-plugin-enabled',
+      valueForEnable: 'Yes'
     }
   ],