mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 06:29:02 +08:00
creates 2 diff config for datepicker
This commit is contained in:
parent
674fb34115
commit
de4adeded5
14
frontend/src/modules/Nav/TopNav/config.ts
Normal file
14
frontend/src/modules/Nav/TopNav/config.ts
Normal file
@ -0,0 +1,14 @@
|
||||
export const DefaultOptions = [
|
||||
{ value: "custom", label: "Custom" },
|
||||
{ value: "15min", label: "Last 15 min" },
|
||||
{ value: "30min", label: "Last 30 min" },
|
||||
{ value: "1hr", label: "Last 1 hour" },
|
||||
{ value: "6hr", label: "Last 6 hour" },
|
||||
{ value: "1day", label: "Last 1 day" },
|
||||
{ value: "1week", label: "Last 1 week" },
|
||||
];
|
||||
|
||||
export const ServiceMapOptions = [
|
||||
{ value: "1min", label: "Last 1 min" },
|
||||
{ value: "1day", label: "Last 1 day" },
|
||||
];
|
Loading…
x
Reference in New Issue
Block a user