File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed
Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "op" : " add" ,
4+ "path" : " /extensions/1" ,
5+ "value" : {
6+ "type" : " console.tab" ,
7+ "properties" : {
8+ "contextId" : " admin-alerts-nav" ,
9+ "name" : " %plugin__monitoring-console-plugin~Incidents%" ,
10+ "href" : " incidents" ,
11+ "component" : {
12+ "$codeRef" : " IncidentsPage.McpCmoAlertingPage"
13+ }
14+ }
15+ }
16+ }
17+ ]
Original file line number Diff line number Diff line change @@ -56,10 +56,11 @@ type PluginConfig struct {
5656type Feature string
5757
5858const (
59- AcmAlerting Feature = "acm-alerting"
60- Incidents Feature = "incidents"
61- DevConfig Feature = "dev-config"
62- PersesDashboards Feature = "perses-dashboards"
59+ AcmAlerting Feature = "acm-alerting"
60+ Incidents Feature = "incidents"
61+ DevConfig Feature = "dev-config"
62+ PersesDashboards Feature = "perses-dashboards"
63+ ClusterHealthAnalyzer Feature = "cluster-health-analyzer"
6364)
6465
6566func (pluginConfig * PluginConfig ) MarshalJSON () ([]byte , error ) {
You can’t perform that action at this time.
0 commit comments