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:39:43 -0600
commitedf68fde8ea6c36084ef6fe6a481f0d9502b116b (patch)
treed0c64c7e68fba88cd417ecac2f66969e858d0ac6 /httemplate/view
parent39c1e4dfed3d006882084c2d677715e4de861e2e (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)