mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Target links inside admin content frame to outside content frame.
Otherwise we are unable to visit other pages.
This commit is contained in:
parent
12e7ed9165
commit
387fd77d2d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-sm-8">
|
||||
<turbo-frame id="admin-content-frame" data-turbo-action="advance">
|
||||
<turbo-frame id="admin-content-frame" data-turbo-action="advance" target="content">
|
||||
<fieldset>
|
||||
<legend>
|
||||
{% if entity.ID %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue