--- lib/PXElator/httpd.pm 2009/07/30 22:55:08 71 +++ lib/PXElator/httpd.pm 2009/07/30 23:57:19 72 @@ -175,7 +175,11 @@ } } - print $client $ok, html::table( 2, @rows ), $debug_proc; + print $client $ok + , html::table( 2, @rows ) + , html::tabs( log::mac_changes ) + , $debug_proc + ; } elsif ( $path =~ m{^/our/(\w+)/(\S+)} ) { eval 'our $' . $1 . ' = ' . $2;