From 88f3295da3255c966c1dafbea0238b5a3f675c2e Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 9 Sep 2011 19:34:59 +0000 Subject: [PATCH] Enable configure tables to be scrollabe. Cleaned up code and added appropriate comments where needed. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10490 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 1 + xCAT-UI/lib/tabRestore.php | 2 +- xCAT-UI/xCAT-UI.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index 65c11cbad..95552110f 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -374,6 +374,7 @@ legend { .menuDiv { background:none repeat scroll 0 0 #79B7E7; padding: 0.5em; + height: 30px; } .sf-menu { diff --git a/xCAT-UI/lib/tabRestore.php b/xCAT-UI/lib/tabRestore.php index 52206a827..79fafd6b8 100644 --- a/xCAT-UI/lib/tabRestore.php +++ b/xCAT-UI/lib/tabRestore.php @@ -73,7 +73,7 @@ foreach($cont as $line){ // Run command $request->addChild('table', $tab); -$xml = submit_request($request, 0); +$xml = submit_request($request, 0, NULL); // Reply in the form of JSON $rtn = array("rsp" => $xml); diff --git a/xCAT-UI/xCAT-UI.spec b/xCAT-UI/xCAT-UI.spec index 4b1876dec..e899e9451 100644 --- a/xCAT-UI/xCAT-UI.spec +++ b/xCAT-UI/xCAT-UI.spec @@ -176,7 +176,7 @@ set -x %endif %preun -#---------- Pre-uninstall ---------- +#********** Pre-uninstall ********** %ifos linux if [ "$1" = 0 ] # RPM being removed then