]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
node/Task: show errors on store load
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 5 Jul 2021 14:34:01 +0000 (16:34 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Jul 2021 14:44:37 +0000 (16:44 +0200)
commita86b1f26da993d87b24a930f06b18433bf500ce9
treebfa35b923275b9d8f51663d2cad7953268c4fcea
parent12a6f6824fb88b3c8ddf9b509c243549b22169d2
node/Task: show errors on store load

since we use a buffered store on a grid, we cannot use our
normal monStoreErrors from Utils (The store on the grid is a memorystore
without our 'proxmox' proxy, and the store in the viewmodel is not
initialized yet in the init)

simply set the mask in the already existing 'updateLayout' function
which is exactly the right place for the buffered store load

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/node/Tasks.js