show canonical IP in Device Details tab

This commit is contained in:
Oliver Gorwits
2022-09-24 22:37:35 +01:00
parent d6d877a406
commit f1f4659d0d
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
2.057002 - 2022-09-24 2.057002 - 2022-09-24
[ENHANCEMENTS]
* show canonical IP in Device Details tab
[BUG FIXES] [BUG FIXES]
* rename setting macsuck_no_deviceport to macsuck_no_deviceports * rename setting macsuck_no_deviceport to macsuck_no_deviceports

View File

@@ -5,6 +5,10 @@
<td>System Name</td> <td>System Name</td>
<td>[% d.name | html_entity %]</td> <td>[% d.name | html_entity %]</td>
</tr> </tr>
<tr>
<td>Canonical IP</td>
<td>[% d.ip | html_entity %]</td>
</tr>
<tr> <tr>
<td>Location <td>Location
[% IF user_can_port_control %] [% IF user_can_port_control %]