change checkmark style

pull/108264/head
Zoe C 2 days ago committed by GitHub
parent 351a27d358
commit fbc3105641
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      docs/sources/datasources/influxdb/configure-influxdb-data-source/_index.md

@ -124,10 +124,10 @@ The table below illustrates the details needed for each query language:
| **Setting** | **Flux** | **InfluxQL** | **SQL** |
| ---------- | ----------- | ----------- | ----------- |
| Bucket or Database | ☑ | ☑ | ☑ |
| Organization | ☑ | | |
| Password or Token | ☑ | ☑ | ☑ |
| User | | ☑ | |
| Bucket or Database | ✓ | ✓ | ✓ |
| Organization | ✓ | | |
| Password or Token | ✓ | ✓ | ✓ |
| User | | ✓ | |
- **Bucket** or **Database** - Sets the ID of the bucket to query. Refer to [View buckets](https://docs.influxdata.com/influxdb/v2.0/organizations/buckets/view-buckets/) in InfluxData's documentation on how to locate the list of available buckets and their corresponding IDs.

Loading…
Cancel
Save