summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-12-09 23:39:52 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-12-15 23:26:07 -0600
commit35b98cfa15d1eb28407354b844e319c4d3a8673d (patch)
tree7eeca9e414648e51c87e67344fcc0eb351b24121 /httemplate/view
parent31ccb2f4926476dc9eead4f3a4eebbf4712dad49 (diff)
RT#39115: View SNMP info on svc_broadband service
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/svc_broadband.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi
index 4935a1096..bc272e844 100644
--- a/httemplate/view/svc_broadband.cgi
+++ b/httemplate/view/svc_broadband.cgi
@@ -72,6 +72,7 @@ sub ip_addr {
my $out = $ip_addr;
$out .= ' (' . include('/elements/popup_link-ping.html', ip => $ip_addr) . ')'
if $ip_addr;
+ $out .= include('/elements/broadband_snmp_get-dialog.html', svc => $svc);
if ($svc->cust_svc->part_svc->part_export('cacti')) {
$out .= ' (<A HREF="'
. popurl(2)