mirror of https://github.com/buster-so/buster.git
move reports above collections
This commit is contained in:
parent
531023ca6d
commit
cfafa773ea
|
@ -84,19 +84,19 @@ const yourStuff = (
|
||||||
id: BusterRoutes.APP_DASHBOARDS,
|
id: BusterRoutes.APP_DASHBOARDS,
|
||||||
active: isActiveCheck('dashboard', BusterRoutes.APP_DASHBOARDS)
|
active: isActiveCheck('dashboard', BusterRoutes.APP_DASHBOARDS)
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: 'Collections',
|
|
||||||
icon: <ASSET_ICONS.collections />,
|
|
||||||
route: createBusterRoute({ route: BusterRoutes.APP_COLLECTIONS }),
|
|
||||||
id: BusterRoutes.APP_COLLECTIONS,
|
|
||||||
active: isActiveCheck('collection', BusterRoutes.APP_COLLECTIONS)
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: 'Reports',
|
label: 'Reports',
|
||||||
icon: <ASSET_ICONS.reports />,
|
icon: <ASSET_ICONS.reports />,
|
||||||
route: createBusterRoute({ route: BusterRoutes.APP_REPORTS }),
|
route: createBusterRoute({ route: BusterRoutes.APP_REPORTS }),
|
||||||
id: BusterRoutes.APP_REPORTS,
|
id: BusterRoutes.APP_REPORTS,
|
||||||
active: isActiveCheck('report', BusterRoutes.APP_REPORTS)
|
active: isActiveCheck('report', BusterRoutes.APP_REPORTS)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Collections',
|
||||||
|
icon: <ASSET_ICONS.collections />,
|
||||||
|
route: createBusterRoute({ route: BusterRoutes.APP_COLLECTIONS }),
|
||||||
|
id: BusterRoutes.APP_COLLECTIONS,
|
||||||
|
active: isActiveCheck('collection', BusterRoutes.APP_COLLECTIONS)
|
||||||
}
|
}
|
||||||
].filter(Boolean) as ISidebarItem[]
|
].filter(Boolean) as ISidebarItem[]
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue