Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
eis
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f62aa1f5
authored
Jun 16, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch '2025.05' of
https://git.opensipkd.com/aa.gusti/eis
into 2025.05
2 parents
957cfa35
0653048a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
eispajak/views/templates/base.pt
eispajak/views/templates/dashboard.pt
eispajak/views/templates/base.pt
View file @
f62aa1f
<html
metal:use-macro =
"load: opensipkd.base.views:templates/base.pt"
>
<div
metal:fill-slot=
"header"
>
<link
href=
"/static/chart/legend/legend.css"
rel=
"stylesheet"
>
<script
type=
"text/javascript"
src=
"/static/chart/Chart.js"
>
</script>
<!--script type="text/javascript" src="/static/chart/Chart.js"> </script-->
<script
type=
"text/javascript"
src=
"${home}/eis/static/js/chart.js"
></script>
<script
type=
"text/javascript"
src=
"/static/chart/legend/legend.js"
>
</script>
</div>
...
...
eispajak/views/templates/dashboard.pt
View file @
f62aa1f
...
...
@@ -221,6 +221,13 @@
</center>
</div>
<metal:js
fill-slot=
"js_files"
>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.5.1/chart.js"></script> -->
<script
src=
"${home}/eis/static/js/chart.js"
></script>
<script
src=
"${home}/eis/static/js/chartjs-adapter-date-fns.bundle.min.js"
></script>
<script
src=
"${home}/eis/static/js/odometer.js"
></script>
</metal:js>
<script>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment