diff --git a/Netdisco/Changes b/Netdisco/Changes index b01d5464..83c7cb49 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -10,6 +10,7 @@ * [ND1#117] unknown devices missing from inventory * [#118] Fix table rendering on port search tab when VLAN is null * Fix truncated port description change (F. Schiavarelli) + * Fix device port ordering in DataTables when Port Control is enabled 2.028000 - 2014-07-01 diff --git a/Netdisco/share/views/ajax/device/ports.tt b/Netdisco/share/views/ajax/device/ports.tt index 3bef8142..c9053b28 100644 --- a/Netdisco/share/views/ajax/device/ports.tt +++ b/Netdisco/share/views/ajax/device/ports.tt @@ -60,12 +60,14 @@ [% IF user_can_port_control AND params.c_admin %] [% IF row.up_admin == 'up' %] [% ELSE %] [% ELSE %] - + [% END %]