From c79c9a5e1191afab35e23b2c8364c5d60c16028b Mon Sep 17 00:00:00 2001 From: drbroiler Date: Tue, 29 Mar 2022 13:48:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elayouts/stats/baseof.html=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix grafana link --- layouts/stats/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/stats/baseof.html b/layouts/stats/baseof.html index 7969e9e..abdb8b8 100644 --- a/layouts/stats/baseof.html +++ b/layouts/stats/baseof.html @@ -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); } }); -