diff options
author | levinse <levinse> | 2011-02-05 06:32:36 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-02-05 06:32:36 +0000 |
commit | 3a4bf42c4385863ea83423b279b39ff6e650f79d (patch) | |
tree | d08a3d02cf75ac490af3de30d10ab3263690005d /torrus/templates | |
parent | 95bea5564bc06ae02aa351bc1da43308e0f777d9 (diff) |
torrus, add router UI, RT10574
Diffstat (limited to 'torrus/templates')
-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"> |