mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08: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 a new issue