From e3df3ae78ea17b56ad40736dd935a50d97d9de0c Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 14 Oct 2011 19:21:07 +0000 Subject: [PATCH] Removed output for makedhcp -a git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10780 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/custom/zvmUtils.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/xCAT-UI/js/custom/zvmUtils.js b/xCAT-UI/js/custom/zvmUtils.js index 677730041..2c82db1c6 100644 --- a/xCAT-UI/js/custom/zvmUtils.js +++ b/xCAT-UI/js/custom/zvmUtils.js @@ -662,17 +662,13 @@ function updateZProvisionNewStatus(data) { success : updateZProvisionNewStatus }); - } + } } /** * (8) Prepare node for boot */ - else if (cmd == 'makedhcp') { - // Write ajax response to status bar - var prg = writeRsp(rsp, ''); - $('#' + statBarId).find('div').append(prg); - + else if (cmd == 'makedhcp') { // Prepare node for boot $.ajax( { url : 'lib/cmd.php',