1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F OpenNebula/one#5422: Fix first fetch to 2000

This commit is contained in:
Sergio Betanzos 2021-06-28 16:10:50 +02:00
parent 16bbc9b971
commit d49bc3d94d
No known key found for this signature in database
GPG Key ID: E3E704F097737136

View File

@ -10,7 +10,7 @@ import VmRow from 'client/components/Tables/Vms/row'
import VmDetail from 'client/components/Tables/Vms/detail'
const INITIAL_ELEMENT = 0
const INTERVAL_ON_FIRST_RENDER = 2_500
const INTERVAL_ON_FIRST_RENDER = 2_000
const VmsTable = () => {
const columns = React.useMemo(() => VmColumns, [])