[#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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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) %]
|
||||||
|
|||||||
Reference in New Issue
Block a user