diff --git a/src/UI/Status/StatusGUI.svelte b/src/UI/Status/StatusGUI.svelte index 80fd6ed7b2..bb9625e733 100644 --- a/src/UI/Status/StatusGUI.svelte +++ b/src/UI/Status/StatusGUI.svelte @@ -430,8 +430,10 @@ setTrafficLight(all.data) }) - let now = Math.round(new Date().getTime() / 60000) * 60 - let oneDayAgo = now - 2 * 24 * 60 * 60 + let now = Math.round(new Date().getTime() / 1000) + let twoDaysAgo = now - 2 * 24 * 60 * 60 + let lastHour = now - 60 * 60 +

MapComplete status indicators

@@ -461,7 +463,10 @@ + src={`https://munin.openstreetmap.fr/munin-cgi/munin-cgi-graph/osm37.openstreetmap.fr/blur.vm.openstreetmap.fr/nvidia_gpu_power-pinpoint=${twoDaysAgo},${now}.png?&lower_limit=&upper_limit=&size_x=800&size_y=400`} /> +