diff options
author | Florian Eckert <fe@dev.tdt.de> | 2017-05-16 15:14:10 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2017-06-01 11:56:08 +0200 |
commit | cb2e3c1a571031569e494453c623fc18e797c091 (patch) | |
tree | f1f1698b2d150804f8f64964797ff546b36a504e /applications/luci-app-mwan3 | |
parent | 30f63ced677cd053af84cf19119dc05b2dd88d33 (diff) |
luci-app-mwan3: make interface list non sortable
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-mwan3')
-rw-r--r-- | applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua | 2 |
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 7e863a371..604a4fa84 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) |