mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +02:00
ActivityLogTable: shorten very long line
This commit is contained in:
parent
9b731641c4
commit
c9b4afa29d
@ -26,7 +26,8 @@ class ActivityLogTable extends QuickTable
|
|||||||
'ts_change_time' => 'UNIX_TIMESTAMP(l.change_time)',
|
'ts_change_time' => 'UNIX_TIMESTAMP(l.change_time)',
|
||||||
'author' => 'l.author',
|
'author' => 'l.author',
|
||||||
'action' => 'l.action_name',
|
'action' => 'l.action_name',
|
||||||
'log_message' => "'[' || l.author || '] ' || l.action_name || ' ' || REPLACE(l.object_type, 'icinga_', '')"
|
'log_message' => "'[' || l.author || '] ' || l.action_name || ' '"
|
||||||
|
. " || REPLACE(l.object_type, 'icinga_', '')"
|
||||||
. " || ' \"' || l.object_name || '\"'",
|
. " || ' \"' || l.object_name || '\"'",
|
||||||
'action_name' => 'l.action_name',
|
'action_name' => 'l.action_name',
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user