#654 Port list is not sorting numerically

This commit is contained in:
Oliver Gorwits
2019-09-26 14:56:08 +01:00
parent 5548379969
commit bd29c0735c

View File

@@ -9,9 +9,9 @@
[% NEXT UNLESS params.${item.name} %] [% NEXT UNLESS params.${item.name} %]
[% SET th_class = '' %] [% SET th_class = '' %]
[% IF (item.name == 'c_port' OR item.name == 'c_descr' OR item.name == 'c_name') %] [% IF (item.name == 'c_port' OR item.name == 'c_descr' OR item.name == 'c_name') %]
[% th_class = ' class="portsort"' %] [% SET th_class = ' class="portsort"' %]
[% END %] [% END %]
<th[% th_class | html_entity %]> <th[% th_class | none %]>
[% IF item.name == 'c_neighbors' %] [% IF item.name == 'c_neighbors' %]
[% IF params.c_nodes %] [% IF params.c_nodes %]
Connected Nodes &amp; Devices Connected Nodes &amp; Devices