Fix missing node age column in device ports CSV (closes #33)

This commit is contained in:
Oliver Gorwits
2013-10-19 20:34:57 +01:00
parent a03f9cb865
commit 85e507a4e9
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
* Should handle empty ports preferences (closes #39)
* Decode more entPhysicalEntry columns as UTF-8 (closes #37)
* Lock device_port table when updating Device Ports (closes #40)
* Fix missing node age column in device ports CSV (closes #33)
2.018000 - 2013-10-08

View File

@@ -181,6 +181,7 @@
[% CALL mynode.push(node.time_last_age) IF params.n_age %]
[% IF params.n_ip %]
[% mynode.push('') %]
[% mynode.push('') %]
[% mynode.push('') %]
[% SET has_ips = 0 %]