mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-22 19:09:31 +00:00
Fix tabs and pills for bootstrap 5
This commit is contained in:
parent
365c7c60e4
commit
582f8e4c5f
17 changed files with 58 additions and 58 deletions
|
|
@ -10,11 +10,11 @@
|
|||
|
||||
<ul class="nav nav-tabs" id="myTab" role="tablist">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" id="data-tab" data-toggle="tab" href="#data" role="tab"
|
||||
<a class="nav-link active" id="data-tab" data-bs-toggle="tab" href="#data" role="tab"
|
||||
aria-controls="home" aria-selected="true">{% trans %}user_settings.data.label{% endtrans %}</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" id="profile-tab" data-toggle="tab" href="#configuration" role="tab"
|
||||
<a class="nav-link" id="profile-tab" data-bs-toggle="tab" href="#configuration" role="tab"
|
||||
aria-controls="profile" aria-selected="false">{% trans %}user_settings.configuration.label{% endtrans %}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue