From eb9d1063e1203231ee0c6922ea5638370f7b5ece Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 27 Feb 2012 10:31:47 -0800 Subject: allow svc_broadband to link directly to a router, #14698 --- httemplate/browse/router.cgi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/browse/router.cgi') diff --git a/httemplate/browse/router.cgi b/httemplate/browse/router.cgi index 069ca9b20..21047d7fc 100644 --- a/httemplate/browse/router.cgi +++ b/httemplate/browse/router.cgi @@ -9,6 +9,7 @@ 'count_query' => "SELECT count(*) from router $count_sql", 'header' => [ 'Router name', 'Address block(s)', + 'IP addressing', 'Action', ], 'fields' => [ 'routername', @@ -16,9 +17,11 @@ shift->addr_block ); }, + sub { shift->auto_addr ? 'Automatic' : 'Manual' }, sub { 'Delete' }, ], 'links' => [ [ "${p2}edit/router.cgi?", 'routernum' ], + '', '', [ "${p}misc/delete-router.html?", 'routernum' ], ], @@ -52,4 +55,5 @@ my $count_sql = $extra_sql. ( $extra_sql =~ /WHERE/ ? ' AND' : 'WHERE' ). 'null_right' => 'Broadband global configuration', ); + -- cgit v1.2.1