]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
UpdateStore: fix 'undefined' interval
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 15 Apr 2020 14:30:34 +0000 (16:30 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 16 Apr 2020 15:59:30 +0000 (17:59 +0200)
commitd4c342fb73a0204438c4c91a98175aa70aa113af
treed53530929a0d64293418018d1016935f167721cd
parenta46c2eb11ff10cc401c3e99ce531300dbb8e0d6a
UpdateStore: fix 'undefined' interval

in some cases, we provide a config with interval set to 'undefined',
which gets happily applied to the config, but gets interpreted as '0'
when actually starting the task, resulting in constant api requests

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
data/UpdateStore.js