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