[v10.2.x] [v10.3.x] Update nestedFolder feature toggle description (#88124)

[v10.3.x] Update `nestedFolder` feature toggle description (#87181)

* Updated nestedFolder description

* Update generated files



* Empty commit

---------



(cherry picked from commit c4c0c937e5)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
This commit is contained in:
Jack Baldry
2024-05-21 14:03:16 -04:00
committed by GitHub
co-authored by Isabel Matwawana
parent 88b8659894
commit 56670a9098
3 changed files with 3 additions and 3 deletions
@@ -63,7 +63,7 @@ Some features are enabled by default. You can disable these feature by setting t
| `disableAngular` | Dynamic flag to disable angular at runtime. The preferred method is to set `angular_support_enabled` to `false` in the [security] settings, which allows you to change the state at runtime. |
| `grpcServer` | Run the GRPC server |
| `accessControlOnCall` | Access control primitives for OnCall |
| `nestedFolders` | Enable folder nesting |
| `nestedFolders` | Enable folder nesting for dashboards and alerts. Note that managed alert rules aren't supported for nested folders. This feature is only supported for test and development environments. |
| `alertingNoNormalState` | Stop maintaining state of alerts that are not firing |
| `renderAuthJWT` | Uses JWT-based auth for rendering instead of relying on remote cache |
| `refactorVariablesTimeRange` | Refactor time range variables flow to reduce number of API calls made when query variables are chained |
+1 -1
View File
@@ -289,7 +289,7 @@ var (
},
{
Name: "nestedFolders",
Description: "Enable folder nesting",
Description: "Enable folder nesting for dashboards and alerts. Note that managed alert rules aren't supported for nested folders. This feature is only supported for test and development environments.",
Stage: FeatureStagePublicPreview,
Owner: grafanaBackendPlatformSquad,
Created: time.Date(2022, time.October, 22, 12, 0, 0, 0, time.UTC),
+1 -1
View File
@@ -140,7 +140,7 @@ const (
FlagAccessControlOnCall = "accessControlOnCall"
// FlagNestedFolders
// Enable folder nesting
// Enable folder nesting for dashboards and alerts. Note that managed alert rules aren&#39;t supported for nested folders. This feature is only supported for test and development environments.
FlagNestedFolders = "nestedFolders"
// FlagNestedFolderPicker