luci-mod-network: allow sorting static leases
Fixes: #5453 Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit f4f64b91ca4d443af9e7bc0dfc2565ae0a796ea3)
This commit is contained in:
parent
68815c88b0
commit
d744c54220
@ -504,6 +504,7 @@ return view.extend({
|
||||
|
||||
ss.addremove = true;
|
||||
ss.anonymous = true;
|
||||
ss.sortable = true;
|
||||
|
||||
so = ss.option(form.Value, 'name', _('Hostname'));
|
||||
so.validate = validateHostname;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user