[v10.0.x] [v10.3.x] Update nestedFolder feature toggle description (#88122)
[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:
co-authored by
Isabel Matwawana
parent
e4aaba1f12
commit
01424f195d
@@ -58,7 +58,7 @@ Some stable features are enabled by default. You can disable a stable feature by
|
||||
| `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 |
|
||||
|
||||
@@ -270,7 +270,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.",
|
||||
State: FeatureStateBeta,
|
||||
Owner: grafanaBackendPlatformSquad,
|
||||
},
|
||||
|
||||
@@ -164,7 +164,7 @@ const (
|
||||
FlagAccessControlOnCall = "accessControlOnCall"
|
||||
|
||||
// FlagNestedFolders
|
||||
// Enable folder nesting
|
||||
// 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.
|
||||
FlagNestedFolders = "nestedFolders"
|
||||
|
||||
// FlagAccessTokenExpirationCheck
|
||||
|
||||
Reference in New Issue
Block a user