mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
IcingaCommandArgumentTable: allow to click...
...argments without key
This commit is contained in:
parent
1cfc552027
commit
046aa0fb76
@ -28,7 +28,7 @@ class IcingaCommandArgumentTable extends QuickTable
|
||||
'id' => 'ca.id',
|
||||
'command_id' => 'c.id',
|
||||
'command' => 'c.object_name',
|
||||
'argument_name' => 'ca.argument_name',
|
||||
'argument_name' => "COALESCE(ca.argument_name, '(none)')",
|
||||
'argument_value' => 'ca.argument_value',
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user