Changed the way updatenode response was handled.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6982 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2010-08-04 20:06:12 +00:00
parent 619a844bc3
commit 7f2f801412

View File

@ -965,7 +965,7 @@ function updateStatusBar(data) {
var cmd = args[1].replace('cmd=', '');
var tgts = args[2].replace('tgt=', '').split(',');
if (cmd == 'unlock') {
if (cmd == 'unlock' || cmd == 'updatenode') {
// Hide loader
$('#' + statBarId).find('img').hide();