mirror of
https://github.com/prometheus/prometheus
synced 2025-03-04 04:28:33 +00:00
Add 16w and 26w time range steps (#8656)
* Added 16w and 26w time range steps Signed-off-by: Levi Harrison <git@leviharrison.dev> * Fixed indentation Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
parent
1b4e4aa81a
commit
b3feb2c2ae
@ -41,6 +41,8 @@ class GraphControls extends Component<GraphControlsProps> {
|
||||
14 * 24 * 60 * 60,
|
||||
28 * 24 * 60 * 60,
|
||||
56 * 24 * 60 * 60,
|
||||
112 * 24 * 60 * 60,
|
||||
182 * 24 * 60 * 60,
|
||||
365 * 24 * 60 * 60,
|
||||
730 * 24 * 60 * 60,
|
||||
].map(s => s * 1000);
|
||||
|
Loading…
Reference in New Issue
Block a user