Skip to content

Commit

Permalink
[FIX] Use Bootstrap 5 CSS and JS for Datatables in the SRP request view
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Mar 29, 2024
1 parent 876acce commit 4fc373b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Section Order:
### Security
-->

### Fixed

- Use Bootstrap 5 CSS and JS for Datatables in the SRP request view

## \[2.0.0\] - 2024-03-16

> \[!NOTE\]
Expand Down
4 changes: 2 additions & 2 deletions aasrp/templates/aasrp/view-requests.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% endblock %}

{% block extra_css %}
{% include "bundles/datatables-css.html" %}
{% include "bundles/datatables-css-bs5.html" %}
{% include "aasrp/bundles/x-editable-css.html" %}

{% include "aasrp/bundles/aa-srp-css.html" %}
Expand All @@ -44,7 +44,7 @@

{% include "aasrp/bundles/x-editable-js.html" %}
{% include "bundles/moment-js.html" with locale=True %}
{% include "bundles/datatables-js.html" %}
{% include "bundles/datatables-js-bs5.html" %}
{% include "bundles/filterdropdown-js.html" %}

<script>
Expand Down

0 comments on commit 4fc373b

Please sign in to comment.