mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
FilterEditor: don't sort all select's
Columns are now sorted separately, so that's fine
This commit is contained in:
parent
2eb2fa51da
commit
1c5cba9ddf
@ -122,7 +122,6 @@ class FilterEditor extends AbstractWidget
|
||||
$attributes
|
||||
);
|
||||
|
||||
asort($list);
|
||||
foreach ($list as $k => $v) {
|
||||
$active = '';
|
||||
if ($k === $selected) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user