fix/status-recette-log #20

Merged
malio merged 4 commits from fix/status-recette-log into develop 2026-03-18 12:48:50 +00:00
Showing only changes of commit 403bc91f33 - Show all commits

View File

@@ -293,7 +293,7 @@ const visibleHistory = computed(() => {
return history.value.filter((point) => point.sampledAt >= minTimestamp)
})
const scaleMax = 100
const scaleMax = computed(() => 100)
const formatValue = (value: number) => `${Math.round(value)}%`