mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
SyncPropertyForm: show sorted source columns
This commit is contained in:
parent
8d1cd64b64
commit
f71bfb1204
@ -183,6 +183,7 @@ class SyncPropertyForm extends DirectorObjectForm
|
||||
$error = false;
|
||||
try {
|
||||
$data = $this->listSourceColumns();
|
||||
natsort($data);
|
||||
} catch (Exception $e) {
|
||||
$data = array();
|
||||
$error = sprintf(
|
||||
|
Loading…
x
Reference in New Issue
Block a user