forked from certsocietegenerale/FIR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate static files to 'vendor' directory when they are not custom f…
…iles This should ease future dependencies update
- Loading branch information
1 parent
8bc81db
commit eb08124
Showing
39 changed files
with
52 additions
and
52 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
fir_artifacts/templates/fir_artifacts/plugins/details_static.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{% load static %} | ||
<script src="{% static "fir_artifacts/js/tooltips.js" %}"></script> | ||
<script src="{% static "js/popper.min.js" %}"></script> | ||
<script src="{% static "vendor/popper/popper.min.js" %}"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{% load static %} | ||
<script src="{% static "fir_todos/js/todos.js" %}"></script> | ||
<script src="{% static "select/select2.min.js" %}"></script> | ||
<link href="{% static "select/select2.css" %}" rel="stylesheet"/> | ||
<link href="{% static "select/select2-bootstrap.css" %}" rel="stylesheet"/> | ||
<script src="{% static "vendor/select/select2.min.js" %}"></script> | ||
<link href="{% static "vendor/select/select2.css" %}" rel="stylesheet"/> | ||
<link href="{% static "vendor/select/select2-bootstrap.css" %}" rel="stylesheet"/> | ||
<link href="{% static "fir_todos/css/todos.css" %}" rel="stylesheet" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load static %} | ||
<script src="{% static "js/jquery.min.js" %}"></script> | ||
<script src="{% static "vendor/jquery/jquery.min.js" %}"></script> | ||
<script src="{% static "fir_todos/js/followup.js" %}"></script> | ||
<link href="{% static "fir_todos/css/todos.css" %}" rel="stylesheet" /> |
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
incidents/static/vendor/bootstrap-icons/bootstrap-icons.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters