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