IcingaCommandArgumentTable: allow to click...

...argments without key
This commit is contained in:
Thomas Gelf 2016-06-20 16:49:20 +02:00
parent 1cfc552027
commit 046aa0fb76

View File

@ -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',
);
}