Skip to content

Commit

Permalink
PMM-13074 Fix PMM configuration order
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Jul 12, 2024
1 parent 7ac83bf commit f93bcec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const buildInventoryAndSettings = (mainLinks: NavModelItem[], settings?:
url: `${config.appSubUrl}/inventory`,
subTitle: 'Configuration',
children: [PMM_ADD_INSTANCE_PAGE, PMM_ADD_INSTANCE_CREATE_PAGE, inventoryLink, settingsLink],
sortWeight: -800,
sortWeight: -600,
};
mainLinks.push(pmmcfgNode);
}
Expand Down

0 comments on commit f93bcec

Please sign in to comment.