From 5e1f2a1b58b5f408445ed67f2c45aa23c4b0160d Mon Sep 17 00:00:00 2001 From: Enrique Giraldo Date: Thu, 16 Jun 2016 15:08:36 +0200 Subject: [PATCH] Closes #741: Can't delete disabled wireless networks When a wireless network is disabled it can't be removed. From wifi_overview.htm the delete call is generated as wlan0, wlan1 or whatever. This wlan is not working because it is disabled, then LuCI deletes the virtual radio which really is named as wlan0. --- modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm b/modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm index 1df6b2884..9c351d393 100644 --- a/modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm +++ b/modules/luci-mod-admin-full/luasrc/view/admin_network/wifi_overview.htm @@ -427,7 +427,7 @@ - + <% end %> -- 2.11.0