mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
ObjectsTableEndpoint: provide UUID
This commit is contained in:
parent
30c6e50e33
commit
3d528dc3af
@ -26,6 +26,7 @@ class ObjectsTableEndpoint extends ObjectsTable
|
||||
public function getColumns()
|
||||
{
|
||||
return [
|
||||
'uuid' => 'o.uuid',
|
||||
'object_name' => 'o.object_name',
|
||||
'object_type' => 'o.object_type',
|
||||
'disabled' => 'o.disabled',
|
||||
|
Loading…
x
Reference in New Issue
Block a user