mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-11 03:59:35 +00:00
Moved "Cant auto update panel higher" to make it more visible
This commit is contained in:
parent
9b0841081b
commit
427778e4eb
2 changed files with 270 additions and 270 deletions
|
|
@ -219,6 +219,16 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{# Non-auto-update installations info #}
|
||||||
|
{% if not status.can_auto_update %}
|
||||||
|
<div class="alert alert-secondary">
|
||||||
|
<h6 class="alert-heading">
|
||||||
|
<i class="fas fa-info-circle me-2"></i>{% trans%}update_manager.cant_auto_update{% endtrans%}: {{ status.installation.type_name }}
|
||||||
|
</h6>
|
||||||
|
<p class="mb-0">{{ status.installation.update_instructions }}</p>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{# Available Versions #}
|
{# Available Versions #}
|
||||||
<div class="col-lg-6 mb-4">
|
<div class="col-lg-6 mb-4">
|
||||||
|
|
@ -409,15 +419,5 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{# Non-auto-update installations info #}
|
|
||||||
{% if not status.can_auto_update %}
|
|
||||||
<div class="alert alert-secondary">
|
|
||||||
<h6 class="alert-heading">
|
|
||||||
<i class="fas fa-info-circle me-2"></i>{{ status.installation.type_name }}
|
|
||||||
</h6>
|
|
||||||
<p class="mb-0">{{ status.installation.update_instructions }}</p>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue