From cb1b9571671f88fbd95ecb7bf96b4cdf07f2bc6a Mon Sep 17 00:00:00 2001 From: phamt Date: Mon, 2 Apr 2012 20:47:51 +0000 Subject: [PATCH] Fixed build error. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12103 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 b771c34fa..66f486de6 100644 --- a/xCAT-UI/js/custom/zvmUtils.js +++ b/xCAT-UI/js/custom/zvmUtils.js @@ -1955,7 +1955,7 @@ function loadDiskPoolTable(data) { 'padding': '0px', 'width': '500px' }); - $('#' + tableId + '_filter').css({'padding': '10px',}); + $('#' + tableId + '_filter').css('padding', '10px'); menuDiv.append(actionBar); }