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
|
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
|
||||||
|
|||||||
@@ -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 %]
|
||||||
|
|||||||
Reference in New Issue
Block a user