You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2014/08/01 20:18:56 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/trunk 2e5d0d1fb -> 249401df1


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/249401df
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/249401df
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/249401df

Branch: refs/heads/trunk
Commit: 249401df1a6596d92c02a7f1887ebffcd9aa5427
Parents: 2e5d0d1
Author: Alex Antonenko <hi...@gmail.com>
Authored: Fri Aug 1 21:15:16 2014 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Fri Aug 1 21:15:41 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/controllers/main/service/item.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/249401df/ambari-web/app/controllers/main/service/item.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/item.js b/ambari-web/app/controllers/main/service/item.js
index 3fe9d27..2491917 100644
--- a/ambari-web/app/controllers/main/service/item.js
+++ b/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')]