Browse Source

AMBARI-6948. After installing HDP, 'Start All' failed (Buzhor Denys via alexantonenko)

Alex Antonenko 10 years ago
parent
commit
be99b295f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/utils/ajax/ajax.js

+ 1 - 1
ambari-web/app/utils/ajax/ajax.js

@@ -2003,7 +2003,7 @@ var ajax = Em.Object.extend({
 
     // default parameters
     var params = {
-      clusterName: App.get('clusterName')
+      clusterName: (App.get('clusterName') || App.clusterStatus.get('clusterName'))
     };
 
     // extend default parameters with provided