Repository: ambari
Updated Branches:
  refs/heads/trunk 269c5cdaf -> be99b295f


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


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

Branch: refs/heads/trunk
Commit: be99b295f9a9e6f2017c280a46ec9d54b9d1c671
Parents: 269c5cd
Author: Alex Antonenko <hiv...@gmail.com>
Authored: Wed Aug 20 20:44:16 2014 +0300
Committer: Alex Antonenko <hiv...@gmail.com>
Committed: Wed Aug 20 20:44:46 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/utils/ajax/ajax.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/be99b295/ambari-web/app/utils/ajax/ajax.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/ajax/ajax.js 
b/ambari-web/app/utils/ajax/ajax.js
index 2f6a464..09d68c6 100644
--- a/ambari-web/app/utils/ajax/ajax.js
+++ b/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

Reply via email to