[#182] SSID and PoE showing in wrong Device Port columns

Simply the template was displaying the column data in the wrong order as
compared to the config/header.
This commit is contained in:
Oliver Gorwits
2015-01-25 10:35:35 +00:00
parent 5059cd0279
commit 26de31bbbf
2 changed files with 5 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
* Another fix for NetAddr::MAC tripping up on v6 addresses * Another fix for NetAddr::MAC tripping up on v6 addresses
* [#191] Fix error when stopping stopped web daemon * [#191] Fix error when stopping stopped web daemon
* [#174] LDAP users should not be able to change password * [#174] LDAP users should not be able to change password
* [#182] SSID and PoE showing in wrong Device Port columns
2.030000 - 2015-01-08 2.030000 - 2015-01-08

View File

@@ -209,10 +209,6 @@
</td> </td>
[% END %] [% END %]
[% IF params.c_ssid %]
<td>[% row.ssid.ssid | html_entity %]</td>
[% END %]
[% IF params.c_power %] [% IF params.c_power %]
[% IF row.power %] [% IF row.power %]
[% IF row.power.admin == 'true' %] [% IF row.power.admin == 'true' %]
@@ -255,6 +251,10 @@
[% END %] [% END %]
[% END %] [% END %]
[% IF params.c_ssid %]
<td>[% row.ssid.ssid | html_entity %]</td>
[% END %]
[% IF params.c_nodes OR params.c_neighbors %] [% IF params.c_nodes OR params.c_neighbors %]
<td> <td>
[% IF params.c_neighbors AND (row.remote_ip OR row.is_uplink) %] [% IF params.c_neighbors AND (row.remote_ip OR row.is_uplink) %]