mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-05 07:54:35 +02:00
Improved event log console output.
This commit is contained in:
parent
a05b1684e6
commit
70abc47ae0
2 changed files with 6 additions and 2 deletions
|
@ -67,8 +67,8 @@ class LogEntryExtraFormatter
|
|||
protected $translator;
|
||||
protected $elementTypeNameGenerator;
|
||||
|
||||
protected const CONSOLE_SEARCH = ['<i>', '</i>', '<b>', '</b>', ' <i class="fas fa-long-arrow-alt-right">'];
|
||||
protected const CONSOLE_REPLACE = ['<info>', '</info>', '<error>', '</error>', '→'];
|
||||
protected const CONSOLE_SEARCH = ['<i class="fas fa-long-arrow-alt-right"></i>', '<i>', '</i>', '<b>', '</b>', ];
|
||||
protected const CONSOLE_REPLACE = ['→', '<info>', '</info>', '<error>', '</error>'];
|
||||
|
||||
public function __construct(TranslatorInterface $translator, ElementTypeNameGenerator $elementTypeNameGenerator)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue