fix fugs on the physical layout page

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8090 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2010-11-08 08:09:12 +00:00
parent b75d947851
commit bed9699e7b

View File

@ -194,7 +194,7 @@ function createGraphical(bpa, fsp, area){
//there is not selected lpars, show the info bar
if (0 == temp){
selectLparDiv.append(createInfoBar('Click CEC and select lpars to do operations.'));
selectLparDiv.append(createInfoBar('Hover CEC and select lpars to do operations.'));
}
//show selected lpars
else{
@ -202,9 +202,7 @@ function createGraphical(bpa, fsp, area){
}
//add buttons
var tempDiv = $('<div class="actionBar"></div>');
tempDiv.append(createActionMenu());
area.append(tempDiv);
area.append(createActionMenu());
area.append(selectLparDiv);
area.append(graphTable);