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:
parent
619a844bc3
commit
7f2f801412
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user