瀏覽代碼

AMBARI-17887. Ranger Atlas plugin status needs to be shown in Ranger summary tab. (jaimin)

Jaimin Jetly 9 年之前
父節點
當前提交
70bb4cdcc3
共有 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

@@ -97,6 +97,12 @@ App.MainServiceInfoSummaryController = Em.Controller.extend(App.WidgetSectionMix
       propertyName: 'ranger-kafka-plugin-enabled',
       valueForEnable: 'Yes'
     },
+    {
+      serviceName: 'ATLAS',
+      type: 'ranger-atlas-plugin-properties',
+      propertyName: 'ranger-atlas-plugin-enabled',
+      valueForEnable: 'Yes'
+    },
     {
       serviceName: 'NIFI',
       type: 'ranger-nifi-plugin-properties',