mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Show log level in popover of icon.
This commit is contained in:
parent
41074f70ed
commit
254d4e6c69
1 changed files with 5 additions and 1 deletions
|
@ -146,7 +146,11 @@ class LogDataTable implements DataTableTypeInterface
|
|||
break;
|
||||
}
|
||||
|
||||
return sprintf('<i class="fas fa-fw %s"></i>', $symbol);
|
||||
return sprintf(
|
||||
'<i class="fas fa-fw %s" title="%s"></i>',
|
||||
$symbol,
|
||||
$context->getLevelString()
|
||||
);
|
||||
},
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue