From 2e918cbb9b835fd113b14c13865a2ffad1a3c307 Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:01:31 -0400 Subject: [PATCH] [DOC] Add feature toggle for admin page (#88954) Co-authored-by: Jack Baldry --- docs/sources/administration/feature-toggles/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/administration/feature-toggles/index.md b/docs/sources/administration/feature-toggles/index.md index 4257352637e..90d08353bec 100644 --- a/docs/sources/administration/feature-toggles/index.md +++ b/docs/sources/administration/feature-toggles/index.md @@ -50,6 +50,8 @@ To edit a feature toggle, follow these steps: 1. Navigate to the list of feature toggles and select your feature state overrides. 1. Click **Save changes** and wait for your Grafana instance to restart with the updated feature toggles. -{{% admonition type="note" %}} +{{< admonition type="note" >}} +If you don't have the feature toggle management page, enable the `featureToggleAdminPage` feature toggle. + Editing feature toggles with the feature toggle management page is available now in all tiers of [Grafana Cloud](/docs/grafana-cloud/). -{{% /admonition %}} +{{< /admonition >}}