mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 06:55:27 +01:00
Show log level in popover of icon.
This commit is contained in:
@@ -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()
|
||||
);
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user