-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c02e5c8
commit 49d9de5
Showing
4 changed files
with
7 additions
and
32 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,32 +5,10 @@ | |
{% add_jquery %} | ||
{% get_slick_reporting_media as media %} | ||
{{ media }} | ||
{#<script src="https://cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script>#} | ||
{#<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css" rel="stylesheet"/>#} | ||
{#<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js"#} | ||
{# integrity="sha384-JnbsSLBmv2/R0fUmF2XYIcAEMPHEAO51Gitn9IjL4l89uFTIgtLF1+jqIqqd9FSk"#} | ||
{# crossorigin="anonymous"></script>#} | ||
|
||
{#<script src="https://cdn.datatables.net/1.13.4/js/jquery.dataTables.min.js"></script>#} | ||
{#<script src="https://cdn.datatables.net/1.13.4/js/dataTables.bootstrap5.min.js"></script>#} | ||
{#<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.13.4/css/dataTables.bootstrap5.min.css"/>#} | ||
|
||
<link rel="stylesheet" type="text/css" | ||
href="{{ slick_reporting_settings.FONT_AWESOME.CSS_URL }}"/> | ||
|
||
|
||
{#<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>#} | ||
{#<script src="https://code.highcharts.com/highcharts.js"></script>#} | ||
|
||
|
||
{#<script src="{% static 'slick_reporting/slick_reporting.js' %}"></script>#} | ||
{#<script src="{% static 'slick_reporting/slick_reporting.report_loader.js' %}"></script>#} | ||
{#<script src="{% static 'slick_reporting/slick_reporting.highchart.js' %}"></script>#} | ||
{#<script src="{% static 'slick_reporting/slick_reporting.chartsjs.js' %}"></script>#} | ||
{#<script src="{% static 'slick_reporting/slick_reporting.datatable.js' %}"></script>#} | ||
|
||
{#<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>#} | ||
|
||
{{ slick_reporting_settings|json_script:"slick_reporting_settings" }} | ||
<script> | ||
|
||
|