fix to IP Inventory for nodes with archive records.

also change column Device to be named Node.
This commit is contained in:
Oliver Gorwits
2014-02-22 11:24:18 +00:00
parent 6eb88bc443
commit bb38f40816
4 changed files with 6 additions and 3 deletions

View File

@@ -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 = [] %]