more bug fixes

This commit is contained in:
Oliver Gorwits
2013-06-09 14:09:27 +01:00
parent dfeacd12e2
commit 23d0e1b0e7
7 changed files with 7 additions and 9 deletions

View File

@@ -73,7 +73,6 @@ ignore_interfaces:
- 'Virtual-Template\d+'
- 'Virtual-Access\d+'
- '(E|T)\d \d\/\d\/\d'
- 'Vlan1'
ignore_private_nets: false
reverse_sysname: false
vlanctl: true

View File

@@ -213,10 +213,10 @@
<span class="label label-important">N</span>
<a href="[% search_node %]&q=[% row.remote_ip | uri %]">
[% row.remote_ip | html_entity %] (port: [% row.remote_port | html_entity %]
[% ' id: '_ row.remote_type IF row.remote_type%]
[% ' type: '_ row.remote_id IF row.remote_id%])</a>
[% ' id: '_ row.remote_id IF row.remote_id %]
[% ' type: '_ row.remote_type IF row.remote_type %])</a>
[% ELSE %]
<span class="label label-important">N</span> (probable neighbor)
<span class="label label-important">N</span> (possible uplink)
[% END %]
[% END %]
[% IF params.c_nodes %]