Skip to content

Commit 41d262b

Browse files
committed
netdisco#1264 exclude external links from device ports csv output
1 parent 9ef5a1c commit 41d262b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

share/views/ajax/device/ports_csv.tt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[% SET c_nodes_pos = -1 %]
55
[% FOREACH item IN settings.port_columns %]
66
[% NEXT IF item.name == 'c_admin' %]
7+
[% NEXT IF item.name == 'c_links' %]
78
[% NEXT UNLESS params.${item.name} %]
89

910
[% IF item.name == 'c_power' %]

0 commit comments

Comments
 (0)