mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
Firewall/aliases. change default sorting from description to name, closes https://github.com/opnsense/core/issues/3550
This commit is contained in:
parent
1d1ce841ff
commit
fc296c3ac4
@ -53,7 +53,7 @@ class AliasController extends ApiMutableModelControllerBase
|
||||
return $this->searchBase(
|
||||
"aliases.alias",
|
||||
array('enabled', 'name', 'description', 'type', 'content'),
|
||||
"description"
|
||||
"name"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user