changeset 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 6e0d47f9e56d
children 020b84ff0c7f
files src/MetricRow.ts
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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");