X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_broadband.cgi;fp=httemplate%2Fview%2Fsvc_broadband.cgi;h=9fe10bd3a0867a911c69adbe5392d0bfeea4f45b;hp=70c0b5300e75ee830ff411c693c7593765942cd8;hb=5f4099e52bd894d644c676ea75e1b0cb588393c8;hpb=db11c15281c8cf85c1d1ef7ffa645848cf55abdd diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi index 70c0b5300..9fe10bd3a 100644 --- a/httemplate/view/svc_broadband.cgi +++ b/httemplate/view/svc_broadband.cgi @@ -72,6 +72,17 @@ 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 .= ' (cacti)'; + } if ( my $addr_block = $svc->addr_block ) { $out .= '
Netmask: ' . $addr_block->NetAddr->mask . '
Gateway: ' . $addr_block->ip_gateway;