fix to IP Inventory for nodes with archive records.
also change column Device to be named Node.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[% USE CSV %]
|
||||
[% CSV.dump([ 'Device' 'DNS' 'Time Last' 'Time First' ]) %]
|
||||
[% CSV.dump([ 'Node' 'DNS' 'Time Last' 'Time First' ]) %]
|
||||
|
||||
[% FOREACH row IN results %]
|
||||
[% mylist = [] %]
|
||||
|
||||
Reference in New Issue
Block a user