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',