luci-mod-network: allow sorting static leases
Fixes: #5453 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
07569c5af2
commit
f4f64b91ca
1 changed files with 1 additions and 0 deletions
|
@ -547,6 +547,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