mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 07:44:05 +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)',
|
||||
'author' => 'l.author',
|
||||
'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 || '\"'",
|
||||
'action_name' => 'l.action_name',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user