From d9db63d82fce670cc3c21f86e577dd99c3d14028 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 27 Mar 2015 14:20:48 -0500 Subject: RT#18834: Cacti integration [real graph import] --- httemplate/view/svc_broadband.cgi | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'httemplate/view') diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi index 9fe10bd3a..4935a1096 100644 --- a/httemplate/view/svc_broadband.cgi +++ b/httemplate/view/svc_broadband.cgi @@ -72,15 +72,11 @@ sub ip_addr { my $out = $ip_addr; $out .= ' (' . include('/elements/popup_link-ping.html', ip => $ip_addr) . ')' if $ip_addr; - if ($svc->cacti_leaf_id) { - # should only ever be one, but not sure if that is enforced - my ($cacti) = $svc->cust_svc->part_svc->part_export('cacti'); - $out .= ' (svcnum . '">cacti)'; } if ( my $addr_block = $svc->addr_block ) { -- cgit v1.2.1