Commits
Art Lowel authored c756c68f286
13 13 | path: '', |
14 14 | component: ThemedHomePageComponent, |
15 15 | pathMatch: 'full', |
16 16 | data: { |
17 17 | title: 'home.title', |
18 18 | menu: { |
19 19 | public: [{ |
20 20 | id: 'statistics_site', |
21 21 | active: true, |
22 22 | visible: true, |
23 + | index: 2, |
23 24 | model: { |
24 25 | type: MenuItemType.LINK, |
25 26 | text: 'menu.section.statistics', |
26 27 | link: 'statistics', |
27 28 | } as LinkMenuItemModel, |
28 29 | }], |
29 30 | }, |
30 31 | }, |
31 32 | resolve: { |
32 33 | site: HomePageResolver |