From f96fb799a921dae28c205c54e7047544fc6232d0 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:24:13 +0100 Subject: [PATCH] [v11.1.x] [DOC] Add feature toggle for admin page (#89310) Co-authored-by: Jack Baldry Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> --- 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 >}}