Explorar o código

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

Alex Antonenko %!s(int64=10) %!d(string=hai) anos
pai
achega
249401df1a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')]