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

* Updated nestedFolder description

* Update generated files

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Empty commit

---------

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Isabel Matwawana
2024-05-16 10:59:23 -04:00
committed by GitHub
co-authored by Jack Baldry
parent 5ffeac2b47
commit c4c0c937e5
3 changed files with 3 additions and 3 deletions
@@ -70,7 +70,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