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 2017/07/10 12:55:29 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-feature-AMBARI-12556 02fe5fa62 -> c0201e248


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/c0201e24
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c0201e24
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c0201e24

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: c0201e2485009873ec1bb88772aee05ea1c06240
Parents: 02fe5fa
Author: Alex Antonenko <hi...@gmail.com>
Authored: Mon Jul 10 15:21:14 2017 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Mon Jul 10 15:21:14 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/c0201e24/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 5919091..8aba812 100644
--- a/ambari-web/app/utils/ajax/ajax.js
+++ b/ambari-web/app/utils/ajax/ajax.js
@@ -2287,7 +2287,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': {