Skip to content

Commit

Permalink
make order consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Feb 13, 2021
1 parent 928a5cf commit e15638a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function registerSearchSessionsMgmt(
services.management.sections.section.kibana.registerApp({
id: APP.id,
title: APP.getI18nName(),
order: 2,
order: 1.75,
mount: async (params) => {
const { SearchSessionsMgmtApp: MgmtApp } = await import('./application');
const mgmtApp = new MgmtApp(coreSetup, config, params, services);
Expand Down

0 comments on commit e15638a

Please sign in to comment.