You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2017/05/29 17:26:45 UTC

ambari git commit: AMBARI-21141 Web Client Is Using the Wrong Recommendations Endpoint When Adding a Service. (atkach)

Repository: ambari
Updated Branches:
  refs/heads/trunk 93130e6bf -> 64238cb91


AMBARI-21141 Web Client Is Using the Wrong Recommendations Endpoint When Adding a Service. (atkach)


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

Branch: refs/heads/trunk
Commit: 64238cb9162f5098d2bafaa79999606f6c7abac3
Parents: 93130e6
Author: Andrii Tkach <at...@apache.org>
Authored: Mon May 29 17:50:50 2017 +0300
Committer: Andrii Tkach <at...@apache.org>
Committed: Mon May 29 20:24:25 2017 +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/64238cb9/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 f7d0914..86c91e8 100644
--- a/ambari-web/app/utils/ajax/ajax.js
+++ b/ambari-web/app/utils/ajax/ajax.js
@@ -1353,7 +1353,7 @@ var urls = {
     }
   },
   'cluster.load_cluster_name': {
-    'real': '/clusters?fields=Clusters/security_type',
+    'real': '/clusters?fields=Clusters/security_type,Clusters/version',
     'mock': '/data/clusters/info.json'
   },
   'cluster.load_last_upgrade': {