CloudMonitoring: Fix 3h alignment period (#112830)

Updated 3h alignment period
This commit is contained in:
Neeraj Panwar
2025-10-23 10:59:56 +01:00
committed by GitHub
parent 13c62a47a9
commit 876bfeb9ad
@@ -250,7 +250,7 @@ export const ALIGNMENT_PERIODS: periodOption[] = [
{ text: '10m', value: '+600s' },
{ text: '30m', value: '+1800s' },
{ text: '1h', value: '+3600s' },
{ text: '3h', value: '+7200s' },
{ text: '3h', value: '+10800s' },
{ text: '6h', value: '+21600s' },
{ text: '1d', value: '+86400s' },
{ text: '3d', value: '+259200s' },