forked from ddrilling/asb_cloud_front
Изменён период мониторинга и архива
This commit is contained in:
parent
5b5d135bec
commit
294bc16a83
@ -1,7 +1,7 @@
|
|||||||
import { memo } from 'react'
|
import { memo } from 'react'
|
||||||
import { Select, SelectProps } from 'antd'
|
import { Select, SelectProps } from 'antd'
|
||||||
|
|
||||||
export const defaultPeriod = 600
|
export const defaultPeriod = 3600
|
||||||
|
|
||||||
const timePeriodCollection = [
|
const timePeriodCollection = [
|
||||||
{ value: 60, label: '1 минута' },
|
{ value: 60, label: '1 минута' },
|
||||||
|
Loading…
Reference in New Issue
Block a user