From 25510e8dc87f34605901c4028cd66da2b65e0cc5 Mon Sep 17 00:00:00 2001 From: xq2005 Date: Mon, 19 Sep 2011 07:27:34 +0000 Subject: [PATCH] change style on graphical page git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10548 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 3 ++- xCAT-UI/js/nodes/mtm.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index 611ebb816..55247c9c7 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -759,6 +759,7 @@ table a:hover { background: url(../images/nodes/bpa.jpg); border-width: 2px; text-align: left; + white-space: normal; } .fspDiv2 { @@ -804,7 +805,7 @@ table a:hover { } .lparStatus { - width: 10px; + min-width: 10px; height: 11px; } diff --git a/xCAT-UI/js/nodes/mtm.js b/xCAT-UI/js/nodes/mtm.js index a8df10f3d..b3501e652 100644 --- a/xCAT-UI/js/nodes/mtm.js +++ b/xCAT-UI/js/nodes/mtm.js @@ -33,6 +33,7 @@ var hardwareInfo = { '9117-MMB' : [ 'P7-770', '4' ], '9119-FHB' : [ 'P7-795', '4' ], '9179-MHB' : [ 'P7-780', '42' ], + '8231-E2C' : [ 'P7 HE', '4' ], '9125-F2C' : [ 'Power 775', '2'], '78AC-100' : [ 'Power 775', '2'] //fsp }; \ No newline at end of file