Skip to content

Commit

Permalink
Change menu entry priority to not be inbetween Problems and Overview
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Jul 12, 2024
1 parent fdf26c5 commit bb4e3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
->setLabel('Top Level View')
->setUrl('toplevelview')
->setIcon('sitemap')
->setPriority(20);
->setPriority(50);

try {
if (extension_loaded('yaml')) {
Expand Down

0 comments on commit bb4e3c3

Please sign in to comment.