summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-06-01 13:04:21 +0300
committerGitHub <noreply@github.com>2017-06-01 13:04:21 +0300
commitb6dd9924cf6a596e5e1539c7cd3cd03f049b8201 (patch)
tree31211eb3f4cf5ff238b57c36a2a10d078a44db94 /applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua
parent0e9eed5df3bdd37275fc11f12db8a0ba08afb828 (diff)
parentdda52733e2b667fe4e1ea380a69c4158ca3f74e1 (diff)
Merge pull request #1178 from TDT-GmbH/luci-app-mwan3-fixes
Luci app mwan3 fixes
Diffstat (limited to 'applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua')
-rw-r--r--applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua
index 7e863a371f..604a4fa842 100644
--- a/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua
+++ b/applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua
@@ -112,7 +112,7 @@ mwan_interface = m5:section(TypedSection, "interface", translate("Interfaces"),
mwan_interface.addremove = true
mwan_interface.dynamic = false
mwan_interface.sectionhead = "Interface"
- mwan_interface.sortable = true
+ mwan_interface.sortable = false
mwan_interface.template = "cbi/tblsection"
mwan_interface.extedit = dsp.build_url("admin", "network", "mwan", "configuration", "interface", "%s")
function mwan_interface.create(self, section)