Skip to content

Commit

Permalink
Remove UI features for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Dec 13, 2019
1 parent 405dcee commit a0ffe3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/legacy/plugins/siem/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class Plugin {
],
read: ['config'],
},
ui: ['show', 'showAlerts', 'showActions'],
ui: ['show'],
},
read: {
api: ['siem', 'actions-read', 'actions-all', 'alerting-read', 'alerting-all'],
Expand All @@ -70,7 +70,7 @@ export class Plugin {
timelineSavedObjectType,
],
},
ui: ['show', 'showAlerts', 'showActions'],
ui: ['show'],
},
},
});
Expand Down

0 comments on commit a0ffe3c

Please sign in to comment.