Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Mar 8, 2024
1 parent e07a45b commit 255fce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/fleet/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export class FleetPlugin
privileges: [
{
id: `${PLUGIN_ID}-agents-all`,
api: [`${PLUGIN_ID}-agent-read`, `${PLUGIN_ID}-agent-all`],
api: [`${PLUGIN_ID}-agents-read`, `${PLUGIN_ID}-agents-all`],
name: 'All',
ui: ['read', 'all'],
savedObject: {
Expand All @@ -341,7 +341,7 @@ export class FleetPlugin
},
{
id: `${PLUGIN_ID}-agents-read`,
api: [`${PLUGIN_ID}-agent-read`],
api: [`${PLUGIN_ID}-agents-read`],
name: 'Read',
ui: ['read'],
savedObject: {
Expand Down

0 comments on commit 255fce6

Please sign in to comment.