diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-06-25 15:17:01 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-06-25 15:17:01 -0700 |
commit | 6abba5ec63d031b286b36d808cc37fc591da8555 (patch) | |
tree | db1319435409d6a28423f7cc2fa4cc942a89e465 | |
parent | fb435d43ea32aa2cce1eb5e6dea6f8e4bd9549c3 (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> |