This commit is contained in:
Daniel Brendel
2022-09-08 12:02:23 +02:00
parent 3edc2c4f0e
commit b02e52feef
15 changed files with 528 additions and 166 deletions

View File

@ -10,7 +10,6 @@
<link rel="icon" type="image/png" href="{{ asset('img/logo.png') }}"/>
<link rel="stylesheet" type="text/css" href="{{ asset('css/bulma.css') }}"/>
<link rel="stylesheet" type="text/css" href="{{ asset('css/app.css') }}"/>
<title>{{ env('APP_TITLE') }}</title>
@ -54,6 +53,11 @@
<script>
document.addEventListener('DOMContentLoaded', function() {
window.vue.initNavBar();
@if ((isset($render_stats_to)) && (isset($render_stats_pw)))
window.statsChart = null;
window.vue.renderStats('{{ $render_stats_pw }}', '{{ $render_stats_to }}', '{{ $render_stats_start }}');
@endif
});
</script>
</body>