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
This commit is contained in:
phamt 2011-09-09 19:34:59 +00:00
parent a340b92ba4
commit 88f3295da3
3 changed files with 3 additions and 2 deletions

View File

@ -374,6 +374,7 @@ legend {
.menuDiv {
background:none repeat scroll 0 0 #79B7E7;
padding: 0.5em;
height: 30px;
}
.sf-menu {

View File

@ -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);

View File

@ -176,7 +176,7 @@ set -x
%endif
%preun
#---------- Pre-uninstall ----------
#********** Pre-uninstall **********
%ifos linux
if [ "$1" = 0 ] # RPM being removed
then