From 0658e644a4189702eb0724e2cad3f1147badb727 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 27 Aug 2009 14:31:15 +0000 Subject: [PATCH] show configuration using clinet::all_conf --- lib/PXElator/httpd.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/PXElator/httpd.pm b/lib/PXElator/httpd.pm index 3723292..fa7dc63 100644 --- a/lib/PXElator/httpd.pm +++ b/lib/PXElator/httpd.pm @@ -262,7 +262,7 @@ warn "XXX pids = ", dump( $daemons::pids ); print $client ok , qq|

Clients on $server::ip

| , html::table( -5, - 'ip', 'mac', 'hostname', 'deploy', 'arp', + 'ip', 'mac', 'hostname', 'conf', 'arp', map { my $ip = $_; my $mac = client::mac_from_ip $ip; @@ -273,7 +273,7 @@ warn "XXX pids = ", dump( $daemons::pids ); qq|$ip| , format::mac( $mac => 'html' ) , client::conf( $ip, 'hostname' ) - , html::tt( client::conf( $ip, 'deploy' ) ) + , html::pre_dump( client::all_conf( $ip ) ) , $arp ); } -- 2.20.1