Alerting: New list view UI – Part 1 (#87907)
This commit is contained in:
@@ -1267,6 +1267,13 @@ var (
|
||||
Owner: grafanaSharingSquad,
|
||||
FrontendOnly: true,
|
||||
},
|
||||
{
|
||||
Name: "alertingListViewV2",
|
||||
Description: "Enables the new alert list view design",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: grafanaAlertingSquad,
|
||||
FrontendOnly: true,
|
||||
},
|
||||
{
|
||||
Name: "notificationBanner",
|
||||
Description: "Enables the notification banner UI and API",
|
||||
|
||||
@@ -169,6 +169,7 @@ queryLibrary,experimental,@grafana/explore-squad,false,false,false
|
||||
autofixDSUID,experimental,@grafana/plugins-platform-backend,false,false,false
|
||||
logsExploreTableDefaultVisualization,experimental,@grafana/observability-logs,false,false,true
|
||||
newDashboardSharingComponent,experimental,@grafana/sharing-squad,false,false,true
|
||||
alertingListViewV2,experimental,@grafana/alerting-squad,false,false,true
|
||||
notificationBanner,experimental,@grafana/grafana-frontend-platform,false,false,false
|
||||
dashboardRestore,experimental,@grafana/grafana-frontend-platform,false,false,false
|
||||
datasourceProxyDisableRBAC,GA,@grafana/identity-access-team,false,false,false
|
||||
|
||||
|
@@ -687,6 +687,10 @@ const (
|
||||
// Enables the new sharing drawer design
|
||||
FlagNewDashboardSharingComponent = "newDashboardSharingComponent"
|
||||
|
||||
// FlagAlertingListViewV2
|
||||
// Enables the new alert list view design
|
||||
FlagAlertingListViewV2 = "alertingListViewV2"
|
||||
|
||||
// FlagNotificationBanner
|
||||
// Enables the notification banner UI and API
|
||||
FlagNotificationBanner = "notificationBanner"
|
||||
|
||||
@@ -2237,6 +2237,19 @@
|
||||
"codeowner": "@grafana/grafana-app-platform-squad",
|
||||
"requiresRestart": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "alertingListViewV2",
|
||||
"resourceVersion": "1716558084235",
|
||||
"creationTimestamp": "2024-05-24T13:41:24Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enables the new alert list view design",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/alerting-squad",
|
||||
"frontend": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user