Mercurial > code > home > repos > front-door-lock
diff src/MetricRow.ts @ 10:7de586bf19ff
fix one vmui path (but this makes the page more broken)
author | drewp@bigasterisk.com |
---|---|
date | Wed, 26 Jun 2024 22:22:34 -0700 |
parents | 9eaa993ed373 |
children |
line wrap: on
line diff
--- a/src/MetricRow.ts Mon Dec 04 13:51:30 2023 -0800 +++ b/src/MetricRow.ts Wed Jun 26 22:22:34 2024 -0700 @@ -35,7 +35,7 @@ @state() resultTime?: Date; @state() resultValue?: string; render() { - const graphUrl = new URL("https://bigasterisk.com/m/vmui/#/"); + const graphUrl = new URL("/m/vmselect/0/vmui/vmui/?#/"); graphUrl.searchParams.append("g0.expr", this.q); graphUrl.searchParams.append("g0.range_input", "6h");