Repository: ambari
Updated Branches:
  refs/heads/branch-2.6 6d50cd68b -> cf1ab7575


AMBARI-21386. After install packages, upgrade button does not work 
(alexantonenko)


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

Branch: refs/heads/branch-2.6
Commit: 51e3080ef0c53c55c561a47f062b8cadda800ecf
Parents: 28ff925
Author: Alex Antonenko <aantone...@hortonworks.com>
Authored: Mon Jul 24 19:29:01 2017 +0300
Committer: Alex Antonenko <aantone...@hortonworks.com>
Committed: Mon Jul 24 19:29:01 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/51e3080e/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 784a636..8f07bb6 100644
--- a/ambari-web/app/utils/ajax/ajax.js
+++ b/ambari-web/app/utils/ajax/ajax.js
@@ -2302,7 +2302,7 @@ var urls = {
     mock: '/data/users/privileges_{userName}.json'
   },
   'router.login.clusters': {
-    'real': 
'/clusters?fields=Clusters/provisioning_state,Clusters/security_type',
+    'real': 
'/clusters?fields=Clusters/provisioning_state,Clusters/security_type,Clusters/version',
     'mock': '/data/clusters/info.json'
   },
   'router.login.message': {

Reply via email to