From 94a29759ab165dcd9ec03e921a9df372dd81f0e4 Mon Sep 17 00:00:00 2001 From: Sofia Papagiannaki Date: Tue, 26 Jan 2021 18:49:58 +0200 Subject: [PATCH] Docs: Fix expressions enabled description (#30589) --- 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 9f6f62d82a6..879501f0126 100644 --- a/docs/sources/administration/configuration.md +++ b/docs/sources/administration/configuration.md @@ -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`.