mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
SuggestController: suggest all commands for import
...not just templates
This commit is contained in:
parent
b55541097e
commit
b930b70966
@ -138,8 +138,7 @@ class SuggestController extends ActionController
|
||||
$db = $this->db()->getDbAdapter();
|
||||
$query = $db->select()
|
||||
->from('icinga_command', 'object_name')
|
||||
->order('object_name')
|
||||
->where("object_type = 'template'");
|
||||
->order('object_name');
|
||||
return $db->fetchCol($query);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user