hotfix: fix title of iox wayfinding modal
parent
c6bafcae2d
commit
eeba6442e5
|
@ -22,7 +22,7 @@ To see which storage engine your organization is using,
|
|||
find the **InfluxDB Cloud powered by** link in your
|
||||
[InfluxDB Cloud organization homepage](https://cloud2.influxdata.com) version information.
|
||||
If your organization is using IOx, you'll see
|
||||
**InfluxDB Cloud powered by IOx** followed by the version number.
|
||||
**InfluxDB Cloud Serverless** followed by the version number.
|
||||
{{% /note %}}
|
||||
|
||||
InfluxDB Cloud Serverless is a hosted and managed version of InfluxDB backed
|
||||
|
@ -54,4 +54,4 @@ To see which storage engine your organization is using,
|
|||
find the **InfluxDB Cloud powered by** link in your
|
||||
[InfluxDB Cloud organization homepage](https://cloud2.influxdata.com) version information.
|
||||
If your organization is using IOx, you'll see
|
||||
**InfluxDB Cloud powered by IOx** followed by the version number.
|
||||
**InfluxDB Cloud Serverless** followed by the version number.
|
||||
|
|
|
@ -26,7 +26,7 @@ or [our new database engine, InfluxDB IOx](/blog/announcing-general-availability
|
|||
|
||||
To see what which database engine your organization is using, log in to your
|
||||
InfluxDB Cloud account and, on your organization's homepage, and then look for
|
||||
**InfluxDB Cloud powered by TSM** or **InfluxDB Cloud powered by IOx** at the
|
||||
**InfluxDB Cloud powered by TSM** or **InfluxDB Cloud Serverless** at the
|
||||
bottom of the far-right column.
|
||||
|
||||
- [Migrate data from TSM to TSM](/influxdb/cloud/migrate-data/migrate-cloud-to-cloud/).
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<div id="iox-wayfinding-modal">
|
||||
<div class="wayfinding-wrapper">
|
||||
<div class="wayfinding-content">
|
||||
<h4>InfluxDB Cloud{{ if $isIOx }} Serverless{{ end }} powered by {{ $engine }}</h4>
|
||||
<h4>InfluxDB Cloud{{ if $isIOx }} Serverless{{ else }} powered by {{ $engine }}{{end}}</h4>
|
||||
<div class="wayfinding-content-info">
|
||||
<div>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue