From c700cbc59e052602d0b295e3c08a448b8e6f5e29 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 17 Aug 2021 08:26:30 +0200 Subject: luci-app-mwan3: add reorder for mwan3 rules Signed-off-by: Florian Eckert --- .../htdocs/luci-static/resources/view/mwan3/network/rule.js | 1 + 1 file changed, 1 insertion(+) (limited to 'applications/luci-app-mwan3/htdocs/luci-static') diff --git a/applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js b/applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js index 76020173e9..5cec172c83 100644 --- a/applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js +++ b/applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js @@ -30,6 +30,7 @@ return view.extend({ s.addremove = true; s.anonymous = false; s.nodescriptions = true; + s.sortable = true; o = s.option(form.ListValue, 'family', _('Internet Protocol')); o.default = ''; -- cgit v1.2.3