#1071 improve understanding of IP Inventory Last Seen column

This commit is contained in:
Oliver Gorwits
2023-08-31 21:46:27 +01:00
parent 791e97b746
commit 3912134306
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[% USE CSV %]
[% CSV.dump([ 'Node' 'MAC Address' 'Vendor' 'DNS' 'NetBIOS' 'Last Used' ]) %]
[% CSV.dump([ 'Node' 'MAC Address' 'Vendor' 'DNS' 'NetBIOS' 'Time Since Last Seen' ]) %]
[% FOREACH row IN results %]
[% mylist = [] %]