Skip to content

Commit

Permalink
hotfix: fixed image formatting in grafana docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderson committed Mar 2, 2022
1 parent f2fd014 commit 19f84ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assets/styles/layouts/article/_tabbed-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
margin: .75rem 0 3rem;
width: 100%;

& > :not(table, .fs-diagram) {
& > :not(table, .fs-diagram, img) {
width: 100%;
margin-left: 0;
}
Expand Down
11 changes: 6 additions & 5 deletions content/influxdb/cloud/tools/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@ configure your InfluxDB connection:
- **Default Bucket**: The default [bucket](/influxdb/cloud/organizations/buckets/) to use in Flux queries.
- **Min time interval**: The [Grafana minimum time interval](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/#min-time-interval).

{{< img-hd src="/img/influxdb/cloud-tools-grafana.png" />}}

2. Click **Save & Test**. Grafana attempts to connect to the InfluxDB datasource
and returns the results of the test.

{{< img-hd src="/img/influxdb/cloud-tools-grafana.png" />}}

{{% /tab-content %}}
<!----------------------------- END FLUX CONTENT ----------------------------->
<!-------------------------- BEGIN INFLUXQL CONTENT -------------------------->
Expand Down Expand Up @@ -194,11 +195,11 @@ With **InfluxQL** selected as the query language in your InfluxDB data source se
- **Password**: Leave empty
- **HTTP Method**: Select **GET**

<!-- -->
{{< img-hd src="/img/influxdb/cloud-tools-grafana-influxql.png" />}}

3. Click **Save & Test**. Grafana attempts to connect to the InfluxDB Cloud data source
and returns the results of the test.

{{< img-hd src="/img/influxdb/cloud-tools-grafana-influxql.png" />}}

{{% /tab-content %}}
<!--------------------------- END INFLUXQL CONTENT --------------------------->
{{< /tabs-wrapper >}}
Expand Down
11 changes: 6 additions & 5 deletions content/influxdb/v2.1/tools/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ configure your InfluxDB connection:
- **Default Bucket**: The default [bucket](/influxdb/v2.1/organizations/buckets/) to use in Flux queries.
- **Min time interval**: The [Grafana minimum time interval](https://grafana.com/docs/grafana/latest/features/datasources/influxdb/#min-time-interval).

{{< img-hd src="/img/influxdb/2-0-tools-grafana.png" />}}

2. Click **Save & Test**. Grafana attempts to connect to the InfluxDB {{< current-version >}} datasource
and returns the results of the test.

{{< img-hd src="/img/influxdb/2-0-tools-grafana.png" />}}

{{% /tab-content %}}
<!----------------------------- END FLUX CONTENT ----------------------------->
<!-------------------------- BEGIN INFLUXQL CONTENT -------------------------->
Expand Down Expand Up @@ -238,11 +239,11 @@ With **InfluxQL** selected as the query language in your InfluxDB data source se
- **Password**: Enter the password associated with your [InfluxDB 1.x compatibility authorization](#view-and-create-influxdb-dbrp-mappings)
- **HTTP Method**: Select **GET**

<!-- -->
{{< img-hd src="/img/influxdb/2-0-tools-grafana-influxql.png" />}}

3. Click **Save & Test**. Grafana attempts to connect to the InfluxDB {{< current-version >}} data source
and returns the results of the test.

{{< img-hd src="/img/influxdb/2-0-tools-grafana-influxql.png" />}}

{{% /tab-content %}}
<!--------------------------- END INFLUXQL CONTENT --------------------------->
{{< /tabs-wrapper >}}
Expand Down

0 comments on commit 19f84ad

Please sign in to comment.