mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
df9925f3bb
commit
e2816ee51a
@ -203,6 +203,7 @@ Experimental features might be changed or removed without prior notice.
|
||||
| `homeSetupGuide` | Used in Home for users who want to return to the onboarding flow or quickly find popular config pages |
|
||||
| `appSidecar` | Enable the app sidecar feature that allows rendering 2 apps at the same time |
|
||||
| `alertingQueryAndExpressionsStepMode` | Enables step mode for alerting queries and expressions |
|
||||
| `rolePickerDrawer` | Enables the new role picker drawer design |
|
||||
|
||||
## Development feature toggles
|
||||
|
||||
|
@ -215,4 +215,5 @@ export interface FeatureToggles {
|
||||
alertingQueryAndExpressionsStepMode?: boolean;
|
||||
improvedExternalSessionHandling?: boolean;
|
||||
useSessionStorageForRedirection?: boolean;
|
||||
rolePickerDrawer?: boolean;
|
||||
}
|
||||
|
@ -1480,6 +1480,12 @@ var (
|
||||
Stage: FeatureStagePublicPreview,
|
||||
Owner: identityAccessTeam,
|
||||
},
|
||||
{
|
||||
Name: "rolePickerDrawer",
|
||||
Description: "Enables the new role picker drawer design",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: identityAccessTeam,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
|
@ -196,3 +196,4 @@ groupAttributeSync,experimental,@grafana/identity-access-team,false,false,false
|
||||
alertingQueryAndExpressionsStepMode,experimental,@grafana/alerting-squad,false,false,true
|
||||
improvedExternalSessionHandling,experimental,@grafana/identity-access-team,false,false,false
|
||||
useSessionStorageForRedirection,preview,@grafana/identity-access-team,false,false,false
|
||||
rolePickerDrawer,experimental,@grafana/identity-access-team,false,false,false
|
||||
|
|
@ -794,4 +794,8 @@ const (
|
||||
// FlagUseSessionStorageForRedirection
|
||||
// Use session storage for handling the redirection after login
|
||||
FlagUseSessionStorageForRedirection = "useSessionStorageForRedirection"
|
||||
|
||||
// FlagRolePickerDrawer
|
||||
// Enables the new role picker drawer design
|
||||
FlagRolePickerDrawer = "rolePickerDrawer"
|
||||
)
|
||||
|
@ -2657,6 +2657,18 @@
|
||||
"requiresRestart": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "rolePickerDrawer",
|
||||
"resourceVersion": "1727337187819",
|
||||
"creationTimestamp": "2024-09-26T07:53:07Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the new role picker drawer design",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/identity-access-team"
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "scenes",
|
||||
|
Loading…
Reference in New Issue
Block a user