From a0a794993bd419ebdf7338bc0166406dcdc99a29 Mon Sep 17 00:00:00 2001
From: Scott Anderson
Date: Wed, 17 May 2023 09:34:50 -0600
Subject: [PATCH] hotfix: updated text in iox wayfinding modal
---
layouts/partials/footer/iox-wayfinding.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/layouts/partials/footer/iox-wayfinding.html b/layouts/partials/footer/iox-wayfinding.html
index f2be40dc4..a4f45da49 100644
--- a/layouts/partials/footer/iox-wayfinding.html
+++ b/layouts/partials/footer/iox-wayfinding.html
@@ -4,6 +4,8 @@
{{ $altVersion := cond (ne $version "cloud-serverless") "cloud-serverless" "cloud" }}
{{ $engine := cond (eq $version "cloud-serverless") "IOx" "TSM" }}
{{ $altEngine := cond (eq $version "cloud-serverless") "TSM" "IOx" }}
+{{ $productName := cond (eq $version "cloud-serverless") "InfluxDB Cloud Serverless" "InfluxDB Cloud (TSM)" }}
+{{ $altProductName := cond (eq $version "cloud-serverless") "InfluxDB Cloud (TSM)" "InfluxDB Cloud Serverless" }}
{{ $altDoc := .Page.Params.alt_engine | default "" }}
{{ $altLink := cond (ne $altDoc "") $altDoc (print "/influxdb/" $altVersion "/") }}
{{ $isCloud := eq $version "cloud" }}
@@ -47,7 +49,7 @@
powered by the {{ $altEngine }} storage engine.
- Are you using the {{ $engine }} storage engine?
+ Are you using InfluxDB Cloud {{ if $isIOx }}Serverless{{ else }}powered by TSM{{ end }}?
How to find out?
@@ -61,8 +63,8 @@