--- alx-src/branches/alx-web-070/index.php 2015/12/16 15:17:38 8004 +++ alx-src/branches/alx-web-070/index.php 2015/12/16 15:21:22 8005 @@ -119,10 +119,10 @@ echo ''; -echo ''; +echo ''; //always enable showversion atm $showversion = "on"; -if($showversion=='on') echo ''; +if($showversion=='on') echo ''; echo ''; foreach($comps as $c) @@ -148,7 +148,6 @@ echo ''; echo ''; - echo ''; if($c['mtime']) { echo ''; } //if($c['mtime']) { echo ''; } else echo ''; @@ -160,6 +159,10 @@ $alxver = $alxinfo[os]; $alxutils = $alxinfo[utils]; + //netboot state + if($c['netboot'] == 1) $bootmethod = 'Netboot (PXE)'; + else $bootmethod = 'Local Disk'; + // if( $alxver == '') // { // if($c['online']) @@ -173,6 +176,7 @@ if($alxver == '') $alxver='unknown'; if($alxutils == '') $alxutils='unknown'; + echo ''; echo ''; echo ''; }
editserialhostnameipmacbootlast connected
editserialhostnameipmaclast connectedversionversionup/down
'.$c['ip'].''.$c['mac'].''.$c['netboot'].''.date('Y-m-d, H:i:s',$c['mtime']).''.$c['mtime'].''.$bootmethod.''.$alxver.''.$alxutils.'