X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fslices%2Fslice.php;h=d04d7dcb3d64d6b6ca0034cd41daae15bba20c76;hb=2acd8f63883ad55c2c3c204d3b11db86da3417d2;hp=44185e66cb19f13495587dc111a5a298008148cf;hpb=88827316ba632e7bbdda624b607b6797d2e69ea4;p=plewww.git diff --git a/planetlab/slices/slice.php b/planetlab/slices/slice.php index 44185e6..d04d7dc 100644 --- a/planetlab/slices/slice.php +++ b/planetlab/slices/slice.php @@ -30,7 +30,6 @@ drupal_set_html_head(' '); // -------------------- admins potentially need to get full list of users -ini_set('memory_limit','32M'); //error_reporting(0); $profiling=false; @@ -590,10 +589,10 @@ if ($count && $privileges) { if ( ! $leases_offset ) $leases_offset=0; // how many timeslots to show $leases_slots=$_GET['leases_slots']; - if ( ! $leases_slots ) $leases_slots = 48; + if ( ! $leases_slots ) $leases_slots = 36; // offset in hours (in the future) from now $leases_w = $_GET['leases_w']; - if ( ! $leases_w) $leases_w=14; + if ( ! $leases_w) $leases_w=18; // number of timeslots to display $granularity=$api->GetLeaseGranularity(); @@ -621,8 +620,8 @@ if ($count && $privileges) {
- - + +
EOF; @@ -648,8 +647,7 @@ href="http://trac.myslice.info">http://trac.myslice.info. '; $toggle_nodes=new PlekitToggle('my-slice-nodes-configuration', "Node table layout", - array('visible'=>NULL, - 'info-text'=>$layout_info, + array('info-text'=>$layout_info, 'info-visible'=>$show_layout_info)); $toggle_nodes->start();