diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-22 11:52:52 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-22 11:52:52 -0700 |
commit | d11ec6a3bac962e4c49895ce08bc6c48d3df75bd (patch) | |
tree | 858b768836034f7f183f08c9b0bda689b9d7f900 /httemplate/view/svc_phone.cgi | |
parent | a05fdda42a9924d48a3546a195feef9e821cac7b (diff) |
nibblebill integrateion, RT#19587
Diffstat (limited to 'httemplate/view/svc_phone.cgi')
-rw-r--r-- | httemplate/view/svc_phone.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index ccd9ae7c7..2a2ef243b 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -84,6 +84,8 @@ my $html_foot = sub { 'table' => 'phone_device', ); + my $status = include('/view/elements/svc_export_status.html', $svc_phone ); + ## # CDR links ## @@ -137,6 +139,7 @@ my $html_foot = sub { $e911. $devices. + $status. join(' | ', @links ). '<BR>'. join(' | ', @ilinks). '<BR>'; |