mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
add detailed reporting page
This commit is contained in:
@@ -114,7 +114,10 @@ const page = usePage<{
|
||||
<NavigationSidebarItem
|
||||
title="Reporting"
|
||||
:icon="ChartBarIcon"
|
||||
:current="route().current('reporting')"
|
||||
:current="
|
||||
route().current('reporting') ||
|
||||
route().current('reporting.detailed')
|
||||
"
|
||||
:href="
|
||||
route('reporting')
|
||||
"></NavigationSidebarItem>
|
||||
|
||||
Reference in New Issue
Block a user