CloudMonitoring: Fix 3h alignment period (#112830)
Updated 3h alignment period
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user