mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Adjusting uptime readonly feature (#125031)
* Adjusting uptime readonly feature * Missed another occurrence, good call Xavier
This commit is contained in:
parent
9790a7e008
commit
7dfc395423
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ export const initServerWithKibana = (
|
|||
catalogue: ['uptime'],
|
||||
api: ['uptime-read', 'uptime-write', 'lists-all'],
|
||||
savedObject: {
|
||||
all: [umDynamicSettings.name, 'alert', syntheticsMonitorType, syntheticsApiKeyObjectType],
|
||||
all: [umDynamicSettings.name, syntheticsMonitorType, syntheticsApiKeyObjectType],
|
||||
read: [],
|
||||
},
|
||||
alerting: {
|
||||
|
@ -91,7 +91,7 @@ export const initServerWithKibana = (
|
|||
catalogue: ['uptime'],
|
||||
api: ['uptime-read', 'lists-read'],
|
||||
savedObject: {
|
||||
all: ['alert'],
|
||||
all: [],
|
||||
read: [umDynamicSettings.name, syntheticsMonitorType, syntheticsApiKeyObjectType],
|
||||
},
|
||||
alerting: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue