further to commit 5efdd750 also for csv output

This commit is contained in:
Oliver Gorwits
2017-07-08 19:32:12 +01:00
parent 07e93df37c
commit 46c0b6b6e0
2 changed files with 8 additions and 22 deletions

View File

@@ -185,6 +185,7 @@ get '/ajax/content/device/ports' => require_login sub {
template 'ajax/device/ports_csv.tt', {
results => $results,
nodes => $nodes_name,
ips => $ips_name,
device => $device,
}, { layout => undef };
}