From 3098f188b35b243e36dcb81a4ab7ec6181dfeb30 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Mon, 15 Jul 2019 14:03:45 +0200 Subject: [PATCH] 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 --- 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: [ {