mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +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
|
$attributes
|
||||||
);
|
);
|
||||||
|
|
||||||
asort($list);
|
|
||||||
foreach ($list as $k => $v) {
|
foreach ($list as $k => $v) {
|
||||||
$active = '';
|
$active = '';
|
||||||
if ($k === $selected) {
|
if ($k === $selected) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user