diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-06-25 15:17:03 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-25 15:17:03 -0700 |
| commit | ceb740a953c35b5690c6ad78e36983b1fb5ac375 (patch) | |
| tree | 8d077ea3b47bb35091c813328205af42c8875ffb | |
| parent | 45448513a7369dfa099e16d4592f295434f31328 (diff) | |
fix torrus interface addition, RT#36988
| -rw-r--r-- | httemplate/misc/process/nms-add_iface.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/nms-add_iface.html b/httemplate/misc/process/nms-add_iface.html index d21b3792a..79e685686 100644 --- a/httemplate/misc/process/nms-add_iface.html +++ b/httemplate/misc/process/nms-add_iface.html @@ -1,4 +1,4 @@ -<& /elements/header-popup.html, 'Interface added') &> +<& /elements/header-popup.html, 'Interface added' &> <SCRIPT TYPE="text/javascript"> window.top.location.reload(); </SCRIPT> |
