From 9409e1f397b6b0f9f20861437643629c8e187374 Mon Sep 17 00:00:00 2001 From: phamt Date: Wed, 14 Mar 2012 04:38:48 +0000 Subject: [PATCH] Changed vertical-align on z/VM provision new page. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11845 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/custom/zvmUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/custom/zvmUtils.js b/xCAT-UI/js/custom/zvmUtils.js index a1a32d6fd..34e09320d 100644 --- a/xCAT-UI/js/custom/zvmUtils.js +++ b/xCAT-UI/js/custom/zvmUtils.js @@ -2362,7 +2362,7 @@ function createZProvisionNew(inst) { }); } }); - var userEntry = $('
'); + var userEntry = $('
'); userEntry.append($('').append(defaultChkbox, 'Use default')); hwAttr.append(userEntry);