summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-04 13:03:48 -0700
committerMark Wells <mark@freeside.biz>2015-08-04 13:03:58 -0700
commitf6860de28c7d561312b6ba1e6fb67799a08c7306 (patch)
tree2cd24b70bc606354fad77ccef2df66267ecc28f8 /httemplate/view
parentf673db50d866ac1b64bb80b09bd81071d089bf41 (diff)
rename view/svc_circuit.html to fix links from package reports, #37420
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/svc_circuit.cgi (renamed from httemplate/view/svc_circuit.html)0
-rw-r--r--httemplate/view/svc_phone.cgi2
2 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_circuit.html b/httemplate/view/svc_circuit.cgi
index 579ef5150..579ef5150 100644
--- a/httemplate/view/svc_circuit.html
+++ b/httemplate/view/svc_circuit.cgi
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi
index b71e094ad..ab69c4f6f 100644
--- a/httemplate/view/svc_phone.cgi
+++ b/httemplate/view/svc_phone.cgi
@@ -56,7 +56,7 @@ if ( $conf->exists('svc_phone-lnp') ) {
$labels{circuit_label} = mt('Circuit');
push @fields, { field => 'circuit_label',
- link => [ $p.'view/svc_circuit.html?', 'circuit_svcnum' ]
+ link => [ $p.'view/svc_circuit.cgi?', 'circuit_svcnum' ]
};
push @fields, 'sip_server';