/[pxelator]/lib/PXElator/html.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/html.pm

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

revision 403 by dpavlin, Tue Sep 8 20:21:25 2009 UTC revision 404 by dpavlin, Tue Sep 8 20:45:24 2009 UTC
# Line 98  sub conf { Line 98  sub conf {
98                          } elsif ( $name eq 'ssh' ) {                          } elsif ( $name eq 'ssh' ) {
99                                  $html =~ s{\s(\S{16}).+(\S{16})\s}{ $1..$2 };                                  $html =~ s{\s(\S{16}).+(\S{16})\s}{ $1..$2 };
100                                  chomp($html);                                  chomp($html);
101                            } elsif ( $name eq 'kvm' ) {
102                                    $html = qq|<a href="/start_stop/kvm?nr=$html">$html</a>|;
103                          }                          }
104                          $html = qq|<tt>$html</tt>|                          $html = qq|<tt>$html</tt>|
105                          unless                          unless

Legend:
Removed from v.403  
changed lines
  Added in v.404

  ViewVC Help
Powered by ViewVC 1.1.26