diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-06-13 11:14:22 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-06-13 11:14:22 -0400 |
commit | 8a28145d78b44e2f51a5a71dc805bee977ac0738 (patch) | |
tree | cfbd06e3df41f8a9e3094f0cd089e3441f5d5db1 /httemplate/edit/svc_circuit.html | |
parent | 8743bba0dc26684542301b91ee6a9192e893ab9c (diff) |
RT# 76171 - Added new svc_circuit field internal_circuit_id, updated label for existing svc_circuit field circuit_id to Provider Circuit ID.
Diffstat (limited to 'httemplate/edit/svc_circuit.html')
-rw-r--r-- | httemplate/edit/svc_circuit.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/edit/svc_circuit.html b/httemplate/edit/svc_circuit.html index 3f9bad5b1..f91b0aecf 100644 --- a/httemplate/edit/svc_circuit.html +++ b/httemplate/edit/svc_circuit.html @@ -45,6 +45,9 @@ my @fields = ( { field => 'endpoint_mac_addr', type => 'input-mac_addr', }, + { field => 'internal_circuit_id', + size => 40, + }, ); # needed: a new_callback to migrate vendor quals over to circuits |