Merge pull request #4641 from Ansuel/wifistat
luci-mod-status: fix WPS button to wrong interface
This commit is contained in:
commit
e984b63c36
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ return baseclass.extend({
|
||||||
else
|
else
|
||||||
icon = L.resource('icons/signal-75-100.png');
|
icon = L.resource('icons/signal-75-100.png');
|
||||||
|
|
||||||
var WPS_button;
|
var WPS_button = null;
|
||||||
|
|
||||||
if (this.isWPSEnabled[net.sid]) {
|
if (this.isWPSEnabled[net.sid]) {
|
||||||
if (net.wps_status == 'Active') {
|
if (net.wps_status == 'Active') {
|
||||||
|
|
Loading…
Reference in a new issue