show canonical IP in Device Details tab
This commit is contained in:
4
Changes
4
Changes
@@ -1,5 +1,9 @@
|
||||
2.057002 - 2022-09-24
|
||||
|
||||
[ENHANCEMENTS]
|
||||
|
||||
* show canonical IP in Device Details tab
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
* rename setting macsuck_no_deviceport to macsuck_no_deviceports
|
||||
|
||||
@@ -5,6 +5,10 @@
|
||||
<td>System Name</td>
|
||||
<td>[% d.name | html_entity %]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Canonical IP</td>
|
||||
<td>[% d.ip | html_entity %]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Location
|
||||
[% IF user_can_port_control %]
|
||||
|
||||
Reference in New Issue
Block a user