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/trunk Commit: c0201e2485009873ec1bb88772aee05ea1c06240 Parents: 02fe5fa Author: Alex Antonenko <[email protected]> Authored: Mon Jul 10 15:21:14 2017 +0300 Committer: Alex Antonenko <[email protected]> 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': {
