mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Removed loading modal, as this is now done by turbo.
This commit is contained in:
parent
f60ef33736
commit
3a21c18ba9
1 changed files with 3 additions and 21 deletions
|
@ -78,14 +78,14 @@
|
||||||
<button class="btn btn-outline-dark btn-sm p-0" type="button" id="sidebar-toggle-button" title="{% trans %}sidebar.big.toggle{% endtrans %}">
|
<button class="btn btn-outline-dark btn-sm p-0" type="button" id="sidebar-toggle-button" title="{% trans %}sidebar.big.toggle{% endtrans %}">
|
||||||
<i class="fas fa-angle-left"></i>
|
<i class="fas fa-angle-left"></i>
|
||||||
</button>
|
</button>
|
||||||
<div class="container-fluid mr-0 pr-0" id="content">
|
<div class="container-fluid mr-0 pr-0" id="content-container">
|
||||||
<div id="content-data">
|
<turbo-frame id="content">
|
||||||
{# Here will be the real content be injected#}
|
{# Here will be the real content be injected#}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
</div>
|
</turbo-frame>
|
||||||
|
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
|
|
||||||
|
@ -96,24 +96,6 @@
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{# Modal for loading bar #}
|
|
||||||
<div class="modal border-primary" id="progressModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
|
||||||
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
|
|
||||||
<div class="modal-content shadow-lg">
|
|
||||||
<div class="modal-header">
|
|
||||||
<h5 class="modal-title" id="exampleModalLabel">{% trans %}loading.caption{% endtrans %}
|
|
||||||
<small class="text-muted">{% trans %}loading.message{% endtrans %}</small></h5>
|
|
||||||
</div>
|
|
||||||
<div class="modal-body">
|
|
||||||
<div class="progress-bar progress-bar-striped active progress-bar-animated" role="progressbar" aria-valuenow="100" aria-valuemin="0"
|
|
||||||
aria-valuemax="100" style="width: 100%;">
|
|
||||||
<span>{% trans %}loading.bar{% endtrans %}</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{# Back to top buton #}
|
{# Back to top buton #}
|
||||||
|
|
||||||
<!-- Back to top button -->
|
<!-- Back to top button -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue