Skip to content

Commit

Permalink
fix: Update bootstrap version
Browse files Browse the repository at this point in the history
Update bootstrap js and css version.

This commit closes WUR-AI#49
  • Loading branch information
argysamo committed Aug 5, 2022
1 parent dcdd4cb commit 4797c3e
Show file tree
Hide file tree
Showing 10 changed files with 15,312 additions and 6,720 deletions.
15,603 changes: 10,487 additions & 5,116 deletions edam/resources/flask_related/static/bootstrap/css/bootstrap.css
100755 → 100644

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions edam/resources/flask_related/static/bootstrap/css/bootstrap.min.css
100755 → 100644

Large diffs are not rendered by default.

6,347 changes: 4,796 additions & 1,551 deletions edam/resources/flask_related/static/bootstrap/js/bootstrap.js
100755 → 100644

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions edam/resources/flask_related/static/bootstrap/js/bootstrap.min.js
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion edam/resources/flask_related/static/css/select2.min.css

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions edam/resources/flask_related/static/js/d3.min.js

Large diffs are not rendered by default.

This file was deleted.

4 changes: 2 additions & 2 deletions edam/resources/flask_related/static/js/select2.min.js

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions edam/resources/flask_related/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@
}}data?station=STATION_NAME&template=TEMPLATE_NAME</code> <br/>
Where STATION_NAME can be retrieved issuing the following request:</p>
<p><code>Get station name</code>: <a href="{{ request.url_root }}Stations"
target="_blank">{{ request.url_root
}}Stations</a>
target="_blank"
rel="noopener noreferrer">
{{ request.url_root }}Stations
</a>
</p>

<p>Template name can be retrieved issuing the following request:</p>
<p><code>Get template name</code>: <a href="{{ request.url_root }}templates"
target="_blank">{{ request.url_root
target="_blank"
rel="noopener noreferrer">{{
request.url_root
}}templates</a>
</p>

Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==7.1.2
coverage==6.4
pytest-bdd==5.0.0
pylint==2.13.9
vcrpy==4.1.1
coverage==6.4.2
pytest-bdd==6.0.1
pylint==2.14.5
vcrpy==4.2.0

0 comments on commit 4797c3e

Please sign in to comment.