luci-mod-network: allow sorting static leases
Fixes: #5453
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit f4f64b91ca
)
This commit is contained in:
parent
68815c88b0
commit
d744c54220
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue