no-cache for templates, tune map position

This commit is contained in:
2021-06-07 11:19:10 +02:00
parent 992fb3d4f1
commit 6179b81f71
4 changed files with 38 additions and 4 deletions
+6 -2
View File
@@ -3,7 +3,11 @@ html,body {
}
.section,.container {
height: 85%;
height: calc(100% - 24px);
}
.daterangepicker {
height: 24px;
}
hr {
@@ -80,7 +84,7 @@ input:focus,
}
.mapbig {
height: 100%;
height: calc(100% - 100px);
}
.slidecontainer {
+1 -1
View File
@@ -135,7 +135,7 @@ function refreshDatapoints(deveui, start, stop) {
$('#datetimeslider').hide();
$('#chart').html(`<article class="message is-danger">
<div class="message-body">
Keine Messpunkte f&uuml;r diese Zeitperiode
Keine GPS-Messpunkte f&uuml;r diese Zeitperiode
</div>
</article>`);
$('#chart').show();