„layouts/stats/baseof.html“ ändern

fix grafana link
pull/27/head
drbroiler 2022-03-29 13:48:17 +02:00
parent 8f5e3e2842
commit c79c9a5e11
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@
$(document).ready(function() {
if(window.location.hash) {
$("iframe").attr("src",
"https://stats.freifunk-leipzig.de/d/9mT4Bukmk/globale-statistiken?orgId=1" + window.location.hash);
"https://karte.freifunk-leipzig.de/grafana/" + window.location.hash);
}
});
</script>
<iframe src="https://stats.freifunk-leipzig.de/d/9mT4Bukmk/globale-statistiken?orgId=1"
<iframe src="https://karte.freifunk-leipzig.de/grafana/"
width="100%" style="display:block; height: calc(100vh - 3.25em);width: 100%;">
</iframe>
</div>