X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fnodes%2Fnodes.php;h=7800b31b7d4754ab01629af08f1dc177a03559ea;hb=261d4e7ad9b06abcd1d960cb8d4a65e95a80d605;hp=1d6da5664321e8e0a291c2bb4a9c495d4dac0961;hpb=98babcb7ca66f2369bc523c52e5e8efde0cb856b;p=plewww.git diff --git a/planetlab/nodes/nodes.php b/planetlab/nodes/nodes.php index 1d6da56..7800b31 100644 --- a/planetlab/nodes/nodes.php +++ b/planetlab/nodes/nodes.php @@ -75,10 +75,11 @@ function node_status ($node) { $first_time_configuration = 'false'; if (plc_is_admin()) - $default_configuration = "ID:f|hostname:f|ST:f|AU:f|SN|DN|LCN|R|L"; + $default_configuration = "ID:f|hostname:f|ST:f|AU:f"; else - $default_configuration = "hostname:f|ST:f|AU:f|SN|LCN|DN|R|L"; + $default_configuration = "hostname:f|ST:f|AU:f"; +//$extra_default = "LCN|DN|R|L|OS|MS|SN"; $column_configuration = ""; $slice_column_configuration = ""; @@ -152,6 +153,7 @@ $extra_columns = array(); $extra_columns[]=array('tagname'=>'sitename', 'header'=>'SN', 'type'=>'string', 'title'=>'Site name', 'fetched'=>true); $extra_columns[]=array('tagname'=>'domain', 'header'=>'DN', 'type'=>'string', 'title'=>'Toplevel domain name', 'fetched'=>true); $extra_columns[]=array('tagname'=>'ipaddress', 'header'=>'IP', 'type'=>'string', 'title'=>'IP Address', 'fetched'=>true); +$extra_columns[]=array('tagname'=>'fcdistro', 'header'=>'OS', 'type'=>'string', 'title'=>'Operating system', 'fetched'=>false); $ConfigureColumns =new PlekitColumns($full_configuration, $fix_columns, $tag_columns, $extra_columns); @@ -363,18 +365,3 @@ include 'plc_footer.php'; ?> - -