diff options
author | Florian Eckert <fe@dev.tdt.de> | 2021-08-17 08:26:30 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2021-08-17 08:27:14 +0200 |
commit | c700cbc59e052602d0b295e3c08a448b8e6f5e29 (patch) | |
tree | fdce97df9f8c07ec6b1d65a6a4a9783a60d8d995 /applications/luci-app-mwan3/htdocs/luci-static | |
parent | a672875402a0802ddcd0e4c8c2d0ac7913dff671 (diff) |
luci-app-mwan3: add reorder for mwan3 rules
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-mwan3/htdocs/luci-static')
-rw-r--r-- | applications/luci-app-mwan3/htdocs/luci-static/resources/view/mwan3/network/rule.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 = ''; |