From b6acd8b68531e93b42013c2b0d5a20d796666ed6 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 26 Jan 2021 12:16:44 -0600 Subject: [PATCH] Docs: Fix expressions enabled description (#30589) (#30651) (cherry picked from commit 94a29759ab165dcd9ec03e921a9df372dd81f0e4) Co-authored-by: Sofia Papagiannaki --- conf/defaults.ini | 2 +- conf/sample.ini | 2 +- docs/sources/administration/configuration.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index a9bf50562e6..67388c213cf 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -895,5 +895,5 @@ use_browser_locale = false default_timezone = browser [expressions] -# Disable expressions & UI features +# Enable or disable the expressions functionality. enabled = true diff --git a/conf/sample.ini b/conf/sample.ini index 7fc783fee13..aa3d66df1ff 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -885,5 +885,5 @@ ;default_timezone = browser [expressions] -# Disable expressions & UI features +# Enable or disable the expressions functionality. ;enabled = true diff --git a/docs/sources/administration/configuration.md b/docs/sources/administration/configuration.md index 926a6e7d87a..dd52fa763ee 100644 --- a/docs/sources/administration/configuration.md +++ b/docs/sources/administration/configuration.md @@ -1507,6 +1507,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`.