]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/qemu/AgentIPView.js
gui: fix debug-mode error
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 15 Jul 2019 12:03:45 +0000 (14:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Jul 2019 11:01:31 +0000 (13:01 +0200)
commit3098f188b35b243e36dcb81a4ab7ec6181dfeb30
tree5bf8962f57d3ebef2423fdeb333dcaaf76df0858
parentb4cb37e05775cc1210c7e4e4ec22d0fd5e89baa7
gui: fix debug-mode error

setData on an 'empty' store does not work in extjs debug mode
setting store to '{}' here does create a store on component creation
so the store is not 'empty'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/qemu/AgentIPView.js