From: Enrique Giraldo Date: Thu, 16 Jun 2016 13:08:36 +0000 (+0200) Subject: Closes #741: Can't delete disabled wireless networks X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=5e1f2a1b58b5f408445ed67f2c45aa23c4b0160d;p=project%2Fluci.git 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. --- 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 %>