mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-15 21:04:34 +02:00
Allow to undo a change from event log.
This commit is contained in:
parent
15d25cf2b2
commit
5a5d7b24be
24 changed files with 659 additions and 30 deletions
|
@ -59,7 +59,7 @@ class IconLinkColumn extends AbstractColumn
|
|||
|
||||
if ($href !== null) {
|
||||
return sprintf(
|
||||
'<a href="%s" title="%s"><i class="%s"></i></a>',
|
||||
'<a class="btn btn-primary btn-sm" href="%s" title="%s"><i class="%s"></i></a>',
|
||||
$href,
|
||||
$title,
|
||||
$icon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue