Skip to content

Commit

Permalink
Move comment to more relevant location
Browse files Browse the repository at this point in the history
  • Loading branch information
miltonhultgren committed Oct 4, 2022
1 parent 90a82ef commit d278b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/infra/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export class Plugin implements InfraClientPluginClass {
},
});

// !! Need to be kept in sync with the routes in x-pack/plugins/infra/public/pages/metrics/index.tsx
const infraDeepLinks = [
{
id: 'inventory',
Expand Down Expand Up @@ -225,7 +226,6 @@ export class Plugin implements InfraClientPluginClass {
appRoute: '/app/metrics',
category: DEFAULT_APP_CATEGORIES.observability,
updater$: this.appUpdater$,
// !! Need to be kept in sync with the routes in x-pack/plugins/infra/public/pages/metrics/index.tsx
deepLinks: core.uiSettings.get<boolean>(enableInfrastructureHostsView)
? [hostInfraDeepLink, ...infraDeepLinks]
: infraDeepLinks,
Expand Down

0 comments on commit d278b77

Please sign in to comment.