Add cli & lib crates
This commit is contained in:
13
server/templates/stats_all.hbs
Normal file
13
server/templates/stats_all.hbs
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{{> head}}
|
||||
<body>
|
||||
{{> header}}
|
||||
|
||||
{{#each categories_stats}}
|
||||
{{#if this.last_session_start}}
|
||||
{{> stats_chart this}}
|
||||
{{/if}}
|
||||
{{/each}}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user