From bed9699e7bc7cae0eea2d42967fd0dc85b25e635 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 8 Nov 2010 08:09:12 +0000 Subject: [PATCH] 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 --- xCAT-UI/js/nodes/physical.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xCAT-UI/js/nodes/physical.js b/xCAT-UI/js/nodes/physical.js index 9c6b73fbd..ca69bb9f0 100644 --- a/xCAT-UI/js/nodes/physical.js +++ b/xCAT-UI/js/nodes/physical.js @@ -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 = $('
'); - tempDiv.append(createActionMenu()); - area.append(tempDiv); + area.append(createActionMenu()); area.append(selectLparDiv); area.append(graphTable);