瀏覽代碼

AMBARI-6716. 'Refresh configs' action doesn't work for Flume (alexantonenko)

Alex Antonenko 10 年之前
父節點
當前提交
249401df1a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/main/service/item.js

+ 1 - 1
ambari-web/app/controllers/main/service/item.js

@@ -360,7 +360,7 @@ App.MainServiceItemController = Em.Controller.extend({
    */
   refreshConfigs: function () {
     var self = this;
-    if (this.get('isClientsOnlyService')) {
+    if (this.get('isClientsOnlyService') || this.get('content.serviceName') == "FLUME") {
       return App.showConfirmationFeedBackPopup(function (query) {
         batchUtils.getComponentsFromServer({
           services: [self.get('content.serviceName')]