male zmiany w css
This commit is contained in:
@ -56,6 +56,7 @@
|
||||
</div>
|
||||
</form>
|
||||
<!-- Tabela z eksportami -->
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead class="table-dark">
|
||||
<tr>
|
||||
@ -116,6 +117,7 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% else %}
|
||||
<p class="text-muted">Brak plików /export.</p>
|
||||
{% endif %}
|
||||
@ -136,6 +138,7 @@
|
||||
</div>
|
||||
</form>
|
||||
<!-- Tabela z backupami binarnymi -->
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead class="table-dark">
|
||||
<tr>
|
||||
@ -192,6 +195,7 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% else %}
|
||||
<p class="text-muted">Brak plików binarnych.</p>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user