Changed the position of the info bar to the top of the tab.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8178 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
c983aac51a
commit
e3c3b9c39e
@ -199,7 +199,7 @@ function createGraphical(bpa, fsp, area){
|
||||
|
||||
//there is not selected lpars, show the info bar
|
||||
if (0 == temp){
|
||||
selectNodeDiv.append(createInfoBar('Hover CEC and select lpars to do operations.'));
|
||||
area.append(createInfoBar('Hover CEC and select lpars to do operations.'));
|
||||
}
|
||||
//show selected lpars
|
||||
else{
|
||||
|
Loading…
Reference in New Issue
Block a user