Skip to content

Commit 3627bd5

Browse files
committed
update incidents.patch.json routing
1 parent f00c9f5 commit 3627bd5

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

config/incidents.patch.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,12 @@
22
{
33
"op": "add",
44
"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",
175
"value": {
186
"type": "console.tab",
197
"properties": {
208
"contextId": "admin-console-observe",
21-
"name": "%plugin__monitoring-plugin~Incidents%",
22-
"href": "/monitoring/incidents",
9+
"name": "%plugin__monitoring-console-plugin~Incidents%",
10+
"href": "incidents",
2311
"component": {
2412
"$codeRef": "IncidentsPage"
2513
}

0 commit comments

Comments
 (0)