#956 numberic interpretation error in Node MAC search template

This commit is contained in:
Oliver Gorwits
2023-01-11 15:07:12 +00:00
parent d14c4b6726
commit c9a4c1404a
2 changed files with 3 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
[% END %]
</tr>
[% END %]
[% SET nodecount = 0 %]
[% WHILE (node = sightings.next) %]
[% SET nodecount = nodecount + 1 %]
<tr>
@@ -60,6 +61,7 @@
[% END %]
</tr>
[% END %]
[% SET portcount = 0 %]
[% WHILE (port = ports.next) %]
[% SET portcount = portcount + 1 %]
<tr>