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:
parent
16bbc9b971
commit
d49bc3d94d
@ -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, [])
|
||||
|
Loading…
x
Reference in New Issue
Block a user