[pve-devel] applied: [PATCH manager] gui: fix debug-mode error
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Jul 17 13:01:56 CEST 2019
On 7/15/19 2:03 PM, Dominik Csapak wrote:
> 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 at proxmox.com>
> ---
> www/manager6/qemu/AgentIPView.js | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/www/manager6/qemu/AgentIPView.js b/www/manager6/qemu/AgentIPView.js
> index 853e8820..0a97c848 100644
> --- a/www/manager6/qemu/AgentIPView.js
> +++ b/www/manager6/qemu/AgentIPView.js
> @@ -10,6 +10,7 @@ Ext.define('PVE.window.IPInfo', {
> items: [
> {
> xtype: 'grid',
> + store: {},
> emptyText: gettext('No network information'),
> columns: [
> {
>
applied, thanks!
More information about the pve-devel
mailing list