/[pxelator]/lib/PXElator/httpd.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/PXElator/httpd.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 304 by dpavlin, Thu Aug 27 12:52:23 2009 UTC revision 306 by dpavlin, Thu Aug 27 14:31:15 2009 UTC
# Line 262  warn "XXX pids = ", dump( $daemons::pids Line 262  warn "XXX pids = ", dump( $daemons::pids
262                          print $client ok                          print $client ok
263                                  , qq|<h2>Clients on $server::ip</h2>|                                  , qq|<h2>Clients on $server::ip</h2>|
264                                  , html::table( -5,                                  , html::table( -5,
265                                          'ip', 'mac', 'hostname', 'deploy', 'arp',                                          'ip', 'mac', 'hostname', 'conf', 'arp',
266                                          map {                                          map {
267                                                  my $ip = $_;                                                  my $ip = $_;
268                                                  my $mac = client::mac_from_ip $ip;                                                  my $mac = client::mac_from_ip $ip;
# Line 273  warn "XXX pids = ", dump( $daemons::pids Line 273  warn "XXX pids = ", dump( $daemons::pids
273                                                          qq|<a href=/client/$ip>$ip</a>|                                                          qq|<a href=/client/$ip>$ip</a>|
274                                                          , format::mac( $mac => 'html' )                                                          , format::mac( $mac => 'html' )
275                                                          , client::conf( $ip, 'hostname' )                                                          , client::conf( $ip, 'hostname' )
276                                                          , html::tt( client::conf( $ip, 'deploy' ) )                                                          , html::pre_dump( client::all_conf( $ip ) )
277                                                          , $arp                                                          , $arp
278                                                  );                                                  );
279                                          }                                          }

Legend:
Removed from v.304  
changed lines
  Added in v.306

  ViewVC Help
Powered by ViewVC 1.1.26