mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Fixed dropdown in error box.
This commit is contained in:
parent
43b4c78553
commit
5d6f244e71
3 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@ const ErrorHandlerHelper = class {
|
|||
let msg = `Error calling <a href="${url}">${url}</a>. `;
|
||||
msg += 'Try to reload the page or contact the administrator if this error persists.'
|
||||
|
||||
msg += '<br><br><a class=\"btn btn-link\" data-toggle=\"collapse\" href=\"#iframe_div\" >' + 'View details' + "</a>";
|
||||
msg += '<br><br><a class=\"btn btn-link\" data-bs-toggle=\"collapse\" href=\"#iframe_div\" >' + 'View details' + "</a>";
|
||||
msg += "<div class=\" collapse\" id='iframe_div'><iframe height='512' width='100%' id='error-iframe'></iframe></div>";
|
||||
|
||||
return msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue