diff options
Diffstat (limited to 'torrus/templates/default-dir.html')
-rw-r--r-- | torrus/templates/default-dir.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/torrus/templates/default-dir.html b/torrus/templates/default-dir.html index 91e6e4425..db1821260 100644 --- a/torrus/templates/default-dir.html +++ b/torrus/templates/default-dir.html @@ -7,6 +7,10 @@ [% IF matches(thepath,'Interface_Counters/$') %] [% freesideComponent('/elements/init_overlib.html') %] [% END %] +[% IF matches(thepath,'Routers/$') %] + [% freesideComponent('/elements/init_overlib.html') %] + [% popup_link('nms-add_router.html') %] +[% END %] <P>Directories you can jump to:</P> <DIV CLASS="Listing"> |