mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 12:18:11 +00:00
feat: dashbaord overview
This commit is contained in:
@@ -200,6 +200,8 @@ export const QUERY_KEYS = {
|
||||
["overview", "billing", range ?? "30d"] as const,
|
||||
operationsTab: (range?: string) =>
|
||||
["overview", "operations", range ?? "30d"] as const,
|
||||
fleetTab: (range?: string) => ["overview", "fleet", range ?? "30d"] as const,
|
||||
clearanceTab: () => ["overview", "clearance"] as const,
|
||||
customersTab: (range?: string) =>
|
||||
["overview", "customers", range ?? "30d"] as const,
|
||||
staffTab: (range?: string) =>
|
||||
|
||||
@@ -139,6 +139,8 @@ export const URL_CONSTANTS = {
|
||||
CONTRACTS: "/overview/contracts",
|
||||
BILLING: "/overview/billing",
|
||||
OPERATIONS: "/overview/operations",
|
||||
FLEET: "/overview/fleet",
|
||||
CLEARANCE: "/overview/clearance",
|
||||
CUSTOMERS: "/overview/customers",
|
||||
STAFF: "/overview/staff",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user