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 2014/12/26 20:30:36 UTC

ambari git commit: AMBARI-8931. Hosts bulk operation confirmation window has infinite spinner (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 737fd1712 -> a66df3853


AMBARI-8931. Hosts bulk operation confirmation window has infinite spinner (alexantonenko)


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

Branch: refs/heads/trunk
Commit: a66df38533fa93fa3b97d9581b051ae8ef28863e
Parents: 737fd17
Author: Alex Antonenko <hi...@gmail.com>
Authored: Fri Dec 26 21:23:58 2014 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Fri Dec 26 21:30:32 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/a66df385/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 9ca5a57..ec80075 100644
--- a/ambari-web/app/utils/ajax/ajax.js
+++ b/ambari-web/app/utils/ajax/ajax.js
@@ -2162,6 +2162,8 @@ var urls = {
   'hosts.bulk.operations': {
     real: '/clusters/{clusterName}/hosts?fields=Hosts/host_name,Hosts/maintenance_state,' +
     'host_components/HostRoles/state,host_components/HostRoles/maintenance_state,' +
+    'Hosts/total_mem,stack_versions/HostStackVersions,stack_versions/repository_versions/RepositoryVersions/repository_version,' +
+    'stack_versions/repository_versions/RepositoryVersions/id,' +
     'host_components/HostRoles/stale_configs&minimal_response=true',
     mock: '',
     format: function (data) {