X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fsites%2Fsite.php;fp=planetlab%2Fsites%2Fsite.php;h=887adcfca4c805e427fbbfe49f3e82f132121fc3;hb=8c719794fe6bb6f32d7fe1ebef6906df8e4aea80;hp=7983a0452c706361ad4489731f20022161939112;hpb=e7c21bbba217b0bc4f944e8863ca2f658fc653e6;p=plewww.git diff --git a/planetlab/sites/site.php b/planetlab/sites/site.php index 7983a04..887adcf 100644 --- a/planetlab/sites/site.php +++ b/planetlab/sites/site.php @@ -305,8 +305,9 @@ if ( $local_peer ) { $headers['User']='string'; $headers["Tech"]='string'; if ($has_disabled_persons) $headers["Disabled"]='string'; + $notes=array('S = slices'); $table=new PlekitTable('persons',$headers,'1r-3r-0',array('search_area'=>false, - 'notes_area'=>false, + 'notes'=>$notes, 'pagesize_area'=>false)); $table->start(); if ($persons) foreach ($persons as $person) { @@ -340,9 +341,9 @@ if ( $local_peer ) { $headers ['I'] = 'string'; $headers ['N']='int'; $headers ['U']='int'; - $notes=array('I column shows instantiation type', - 'N column shows number of nodes', - 'U column shows number of users'); + $notes=array('I = instantiation type', + 'N = number of nodes', + 'U = number of users'); $table=new PlekitTable ('slices',$headers,0,array('search_area'=>false, 'pagesize_area'=>false, 'notes'=>$notes));