mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:25:58 +00:00
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>
This commit is contained in:
parent
b4cb37e057
commit
3098f188b3
@ -10,6 +10,7 @@ Ext.define('PVE.window.IPInfo', {
|
||||
items: [
|
||||
{
|
||||
xtype: 'grid',
|
||||
store: {},
|
||||
emptyText: gettext('No network information'),
|
||||
columns: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user