From fc5df4fc231bc69226b550b6c5c3b8b6c7db7f18 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 13 Dec 2010 06:08:58 +0000 Subject: [PATCH] delete the checkbox's margin git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8386 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 8203b8c1a..6130d0723 100644 --- a/xCAT-UI/js/nodes/physical.js +++ b/xCAT-UI/js/nodes/physical.js @@ -515,7 +515,7 @@ function createFspDiv(fspName, mtm, fsp){ } //create return value - var retHtml = ''; + var retHtml = ''; retHtml += '
'; retHtml += '
' + lparStatusRow + '
'; return retHtml;