luci-app-mwan3: make interface list non sortable
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 16 May 2017 13:14:10 +0000 (15:14 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Thu, 1 Jun 2017 09:56:08 +0000 (11:56 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
applications/luci-app-mwan3/luasrc/model/cbi/mwan/interface.lua

index 7e863a3..604a4fa 100644 (file)
@@ -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.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)
        mwan_interface.template = "cbi/tblsection"
        mwan_interface.extedit = dsp.build_url("admin", "network", "mwan", "configuration", "interface", "%s")
        function mwan_interface.create(self, section)