소스 검색

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')]