Docs: Fix expressions enabled description (#30589)

This commit is contained in:
Sofia Papagiannaki 2021-01-26 18:49:58 +02:00 committed by GitHub
parent f3e96ca212
commit 94a29759ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -895,5 +895,5 @@ use_browser_locale = false
default_timezone = browser
[expressions]
# Disable expressions & UI features
# Enable or disable the expressions functionality.
enabled = true

View File

@ -885,5 +885,5 @@
;default_timezone = browser
[expressions]
# Disable expressions & UI features
# Enable or disable the expressions functionality.
;enabled = true

View File

@ -1515,6 +1515,6 @@ Set this to `true` to have date formats automatically derived from your browser
Used as the default time zone for user preferences. Can be either `browser` for the browser local time zone or a time zone name from the IANA Time Zone database, such as `UTC` or `Europe/Amsterdam`.
## [expressions]
>Note: This is available in Grafana v7.4 and later versions.
> **Note:** This feature is available in Grafana v7.4 and later versions.
### enabled
Set this to `false` to disable expressions and hide them in the Grafana UI. Default is `true`.