/[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 406 by dpavlin, Tue Sep 8 21:06:40 2009 UTC revision 407 by dpavlin, Wed Sep 9 09:41:03 2009 UTC
# Line 218  warn "XXX pids = ", dump( $daemons::pids Line 218  warn "XXX pids = ", dump( $daemons::pids
218                  }                  }
219    
220                  my $kvm = kvm::next_nr;                  my $kvm = kvm::next_nr;
221                  $kvm = qq|<a href=/start_stop/kvm?nr=$kvm>new kvm $kvm</a>|;                  $kvm = qq|<div><a href=/start_stop/kvm?nr=$kvm>create new kvm $kvm</a></div>|;
222    
223                  print $client ok                  print $client ok
224                          , html::table( 2, @rows )                          , html::table( 2, @rows )
                         , $kvm  
225                          , $below_table                          , $below_table
226                            , $kvm
227                          , html::tabs( log::mac_changes )                          , html::tabs( log::mac_changes )
228                          , $debug_proc                          , $debug_proc
229                          ;                          ;

Legend:
Removed from v.406  
changed lines
  Added in v.407

  ViewVC Help
Powered by ViewVC 1.1.26