diff options
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 |