From e3c3b9c39e7c0213b8f41803267e10421c6d0dce Mon Sep 17 00:00:00 2001 From: phamt Date: Tue, 16 Nov 2010 16:32:56 +0000 Subject: [PATCH] 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 --- xCAT-UI/js/nodes/physical.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/nodes/physical.js b/xCAT-UI/js/nodes/physical.js index 6e9ae33d5..2628d052a 100644 --- a/xCAT-UI/js/nodes/physical.js +++ b/xCAT-UI/js/nodes/physical.js @@ -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{