mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-11 18:02:59 +01:00
Show attachment name in hoverpics again.
This commit is contained in:
@@ -10,6 +10,7 @@ export default class extends Controller {
|
||||
trigger: 'hover',
|
||||
placement: 'right',
|
||||
container: 'body',
|
||||
'title': this.element.dataset.title ?? null,
|
||||
content: function () {
|
||||
return '<img class="img-fluid" src="' + thumbnail_url + '" />';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user