You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/06/04 18:43:59 UTC

svn commit: r1489511 - /incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/ajax.js

Author: yusaku
Date: Tue Jun  4 16:43:46 2013
New Revision: 1489511

URL: http://svn.apache.org/r1489511
Log:
AMBARI-2271. Host info is missing after bootstrap registration. (Andrii Tkach via yusaku)

Modified:
    incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/ajax.js

Modified: incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/ajax.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/ajax.js?rev=1489511&r1=1489510&r2=1489511&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/ajax.js (original)
+++ incubator/ambari/branches/branch-1.4.0/ambari-web/app/utils/ajax.js Tue Jun  4 16:43:46 2013
@@ -630,7 +630,7 @@ var urls = {
     }
   },
   'wizard.step3.host_info': {
-    'real': '/hosts?fields=Hosts/total_mem,Hosts/cpu_count,Hosts/disk_info,Hosts/last_agent_env',
+    'real': '/hosts?fields=Hosts/total_mem,Hosts/cpu_count,Hosts/disk_info,Hosts/last_agent_env,Hosts/host_name',
     'mock': '/data/wizard/bootstrap/two_hosts_information.json',
     'format': function (data, opt) {
       return {