From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] wirelessclient.cgi: Fix for bug #12571 Date: Thu, 11 Feb 2021 13:41:29 +0100 Message-ID: <20210211124129.3661993-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0863059885813009600==" List-Id: --===============0863059885813009600== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Wirelessclient shows priority 0 to be most preferred and priority 4 as least preferred. Based on forum posters experience and the wpa_supplicant man page it is the other way round. - This patch moves the least preferred title to priority 0 and vice versa - Will ask bug reporter to test out the patch and confirm it works. The page is only shown if you have a wifi connection on red. Signed-off-by: Adolf Belka --- html/cgi-bin/wirelessclient.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/wirelessclient.cgi b/html/cgi-bin/wirelessclient.cgi index e8c3c9628..b1679c128 100644 --- a/html/cgi-bin/wirelessclient.cgi +++ b/html/cgi-bin/wirelessclient.cgi @@ -602,11 +602,11 @@ sub showEditBox() { --=20 2.30.1 --===============0863059885813009600==--