We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00c9f5 commit 3627bd5Copy full SHA for 3627bd5
1 file changed
config/incidents.patch.json
@@ -2,24 +2,12 @@
2
{
3
"op": "add",
4
"path": "/extensions/1",
5
- "value": {
6
- "type": "console.page/route",
7
- "properties": {
8
- "exact": false,
9
- "path": "/monitoring/incidents",
10
- "component": { "$codeRef": "AlertingPage" }
11
- }
12
13
- },
14
- {
15
- "op": "add",
16
- "path": "/extensions/0",
17
"value": {
18
"type": "console.tab",
19
"properties": {
20
"contextId": "admin-console-observe",
21
- "name": "%plugin__monitoring-plugin~Incidents%",
22
- "href": "/monitoring/incidents",
+ "name": "%plugin__monitoring-console-plugin~Incidents%",
+ "href": "incidents",
23
"component": {
24
"$codeRef": "IncidentsPage"
25
}
0 commit comments