mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-30 01:52:21 +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: [
|
items: [
|
||||||
{
|
{
|
||||||
xtype: 'grid',
|
xtype: 'grid',
|
||||||
|
store: {},
|
||||||
emptyText: gettext('No network information'),
|
emptyText: gettext('No network information'),
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user