Merge branch 'main' of github.com:guntherweissenbaeck/django_fbf

This commit is contained in:
gw3000 2023-12-26 21:18:24 +01:00
commit 0901716935
5 changed files with 8 additions and 4 deletions

View file

@ -24,6 +24,7 @@
info: true, info: true,
"pagingType": "first_last_numbers", "pagingType": "first_last_numbers",
responsive: true, responsive: true,
autoWidth: false,
columnDefs: [ columnDefs: [
{ responsivePriority: 1, targets: 0 }, { responsivePriority: 1, targets: 0 },
] ]
@ -67,4 +68,4 @@
</tbody> </tbody>
</table> </table>
{% endblock content %} {% endblock content %}

View file

@ -25,6 +25,7 @@
"pagingType": "first_last_numbers", "pagingType": "first_last_numbers",
responsive: true, responsive: true,
scrollX: true, scrollX: true,
autoWidth: false,
order: [[2, 'desc']], order: [[2, 'desc']],
columnDefs: [ columnDefs: [
{ responsivePriority: 1, targets: 0 }, { responsivePriority: 1, targets: 0 },

View file

@ -25,6 +25,7 @@
"pagingType": "first_last_numbers", "pagingType": "first_last_numbers",
responsive: true, responsive: true,
scrollX: true, scrollX: true,
autoWidth: false,
order: [[2, 'desc']], order: [[2, 'desc']],
columnDefs: [ columnDefs: [
{ responsivePriority: 1, targets: 0 }, { responsivePriority: 1, targets: 0 },

View file

@ -29,6 +29,7 @@
"pagingType": "first_last_numbers", "pagingType": "first_last_numbers",
responsive: true, responsive: true,
scrollX: true, scrollX: true,
autoWidth: false,
order: [[2, 'desc']], order: [[2, 'desc']],
columnDefs: [ columnDefs: [
{ responsivePriority: 1, targets: 0 }, { responsivePriority: 1, targets: 0 },

View file

@ -18,7 +18,7 @@
{% if user.is_authenticated %} {% if user.is_authenticated %}
<li class="nav-item"> <li class="nav-item">
<a class="nav-link {% if '/bird/all/' in request.path %} active {% endif %}" <a class="nav-link {% if '/bird/all/' in request.path %} active {% endif %}"
href="{% url 'bird_all' %}">alle Patienten</a> href="{% url 'bird_all' %}">Patienten</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link {% if '/bird/create/' in request.path %} active {% endif %}" <a class="nav-link {% if '/bird/create/' in request.path %} active {% endif %}"
@ -26,11 +26,11 @@
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link {% if '/aviary/all' in request.path %} active {% endif %}" <a class="nav-link {% if '/aviary/all' in request.path %} active {% endif %}"
href="{% url 'aviary_all' %}">alle Volieren</a> href="{% url 'aviary_all' %}">Volieren</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link {% if '/costs/all' in request.path %} active {% endif %}" <a class="nav-link {% if '/costs/all' in request.path %} active {% endif %}"
href="{% url 'costs_all' %}">alle Kosten</a> href="{% url 'costs_all' %}">Kosten</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a class="nav-link {% if '/contacts' in request.path %} active {% endif %}" <a class="nav-link {% if '/contacts' in request.path %} active {% endif %}"