diff options
Diffstat (limited to 'torrus/templates/default-dir.html')
-rw-r--r-- | torrus/templates/default-dir.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/torrus/templates/default-dir.html b/torrus/templates/default-dir.html index c87b56136..21f8e4446 100644 --- a/torrus/templates/default-dir.html +++ b/torrus/templates/default-dir.html @@ -16,7 +16,7 @@ router = nodeName(parent(parent(token))); serviceids = get_serviceids(nms,router); - # HACK! this doesn't do what you think it does... + # this displays the link on the port detail page popup_link('nms-add_iface.html',router,uri_escape(iface_underscore(nodeName(token))),nms,serviceids); END; IF matches(thepath,'Routers/$'); |