Skip to content

Commit

Permalink
hide app from nav
Browse files Browse the repository at this point in the history
  • Loading branch information
klacabane committed Oct 10, 2024
1 parent 99a32eb commit 251e339
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/plugins/entity_manager/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import {
App,
AppMountParameters,
AppStatus,
AppUpdater,
CoreSetup,
CoreStart,
Expand Down Expand Up @@ -70,9 +71,9 @@ export class Plugin implements EntityManagerPluginClass {
mount,
visibleIn: ['sideNav'],
keywords: ['observability', 'monitor', 'entities'],
status: AppStatus.inaccessible,
};

// Register an application into the side navigation menu
core.application.register(app);

const entityClient = new EntityClient(core);
Expand Down

0 comments on commit 251e339

Please sign in to comment.