From fa973b8fd1e70a6c3b7282cefc0ef390f1876e27 Mon Sep 17 00:00:00 2001 From: phamt Date: Thu, 15 Nov 2012 16:46:28 +0000 Subject: [PATCH] Fixed action bar sizing git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@14339 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/service/service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/service/service.js b/xCAT-UI/js/service/service.js index 51b8cda9f..2af197814 100644 --- a/xCAT-UI/js/service/service.js +++ b/xCAT-UI/js/service/service.js @@ -559,7 +559,7 @@ function loadNodesTable(data) { }); // Create action bar - var actionBar = $('
'); + var actionBar = $('
').css('width', '370px'); // Prepend menu to datatable var actionsLnk = $('Actions');