fix bug 3312626 ---- add one warning message after the set frame number
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9763 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
56dfe4335e
commit
b0515adb97
@ -382,6 +382,7 @@ sub frame {
|
||||
}
|
||||
|
||||
push @$result, [$node,@$data[1], 0];
|
||||
push @$result, [$node,"It will take several minutes to complete. So please wait for several minutes, then the other operations could be done. Otherwise, the other operation will fail.", 0];
|
||||
|
||||
} else {
|
||||
#################################
|
||||
@ -400,6 +401,7 @@ sub frame {
|
||||
}
|
||||
|
||||
push @$result, [$node,@$data[1],0];
|
||||
push @$result, [$node,"It will take several minutes to complete. So please wait for several minutes, then the other operations could be done. Otherwise, the other operation will fail.", 0];
|
||||
|
||||
#################################
|
||||
# Set frame number to database
|
||||
|
Loading…
Reference in New Issue
Block a user