Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GeoInt_SIDT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoInt_SIDT
Commits
e8f4d959
Commit
e8f4d959
authored
Mar 15, 2019
by
Ulises Morales Ramírez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pdf reportes v2
parent
5e01a1cb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
14 deletions
+17
-14
aside.html
reports/templates/aside.html
+15
-12
views.py
reports/views.py
+2
-2
No files found.
reports/templates/aside.html
View file @
e8f4d959
...
...
@@ -10,7 +10,7 @@
</span>
</a>
</li>
{% if folders %}
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-file-archive-o"
></i>
...
...
@@ -33,6 +33,19 @@
{% endfor %}
</ul>
</li>
{% else %}
<li>
<a
class=
"treeview "
href=
"#"
onclick=
"showGraph()"
>
<i
class=
"fa fa-eye showChart"
></i>
<i
class=
"fa fa-eye-slash hideChart"
style=
"display:none"
></i>
<span
class=
"showChart"
>
Show Chart
</span>
<span
class=
"hideChart"
style=
"display:none"
>
Hide Chart
</span>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
></span>
</span>
</a>
</li>
{% endif %}
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-area-chart"
></i>
...
...
@@ -155,17 +168,7 @@
</span>
</a>
</li>
<li>
<a
class=
"treeview "
href=
"#"
onclick=
"showGraph()"
>
<i
class=
"fa fa-eye showChart"
></i>
<i
class=
"fa fa-eye-slash hideChart"
style=
"display:none"
></i>
<span
class=
"showChart"
>
Show Chart
</span>
<span
class=
"hideChart"
style=
"display:none"
>
Hide Chart
</span>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
></span>
</span>
</a>
</li>
<!-- <li>
<a class="treeview " href="#" onclick="showComparisons()">
<i class="fa fa-eye showImage"></i>
...
...
reports/views.py
View file @
e8f4d959
...
...
@@ -41,7 +41,7 @@ def report_L2ASCL(request, report, purchase_id):
dataProduct
[
'endDate'
])[
6
:
8
]
graphData
,
label
,
defaultLabel
,
defaultDataset
,
datasets
=
ProcessChartData
(
scl_data_path
)
print
(
datasets
)
#
print(datasets)
if
report
==
'scl_data'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment