diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-12-09 23:39:52 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-12-09 23:39:52 -0600 |
commit | 3a02a1bce4190ce0d94883709e0a6c362bcb0af3 (patch) | |
tree | 055961d63c00774effa2890a5ce20d8965418fdd /httemplate/view | |
parent | af0bf1fd5b9cb1316d6e34bff0ed41061e14443d (diff) |
RT#39115: View SNMP info on svc_broadband service
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/svc_broadband.cgi | 1 |
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) |