diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/torrus_srvderive.html | 3 | ||||
-rw-r--r-- | httemplate/misc/process/nms-add_iface.html | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/httemplate/edit/torrus_srvderive.html b/httemplate/edit/torrus_srvderive.html index 51e23377c..9d1b9bbeb 100644 --- a/httemplate/edit/torrus_srvderive.html +++ b/httemplate/edit/torrus_srvderive.html @@ -1,7 +1,8 @@ <% include( 'elements/edit.html', 'name_singular' => 'virtual port', 'table' => 'torrus_srvderive', - 'labels' => { 'serviceid' => 'Virtual Port serviceid', + 'labels' => { 'derivenum' => 'Virtual Port', + 'serviceid' => 'Torrus serviceid', }, 'fields' => [ 'serviceid', ], diff --git a/httemplate/misc/process/nms-add_iface.html b/httemplate/misc/process/nms-add_iface.html index 04d6095d0..8c1e67350 100644 --- a/httemplate/misc/process/nms-add_iface.html +++ b/httemplate/misc/process/nms-add_iface.html @@ -1,4 +1,7 @@ <% header('Interface added') %> +<SCRIPT TYPE="text/javascript"> + window.top.location.reload(); +</SCRIPT> </BODY></HTML> <%init> |