mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
stackdriver: remove montly from alignment periods
This commit is contained in:
parent
dde033c14a
commit
cb90b638d7
@ -251,5 +251,4 @@ export const alignmentPeriods = [
|
|||||||
{ text: '6h', value: '+21600s' },
|
{ text: '6h', value: '+21600s' },
|
||||||
{ text: '1d', value: '+86400s' },
|
{ text: '1d', value: '+86400s' },
|
||||||
{ text: '1w', value: '+604800s' },
|
{ text: '1w', value: '+604800s' },
|
||||||
{ text: '1m', value: '+18748800s' },
|
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user