ui: guest summary: fix qemu specific class name

call sites already used the 'pveGuestSummary'

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-09-12 17:01:32 +02:00
parent 16875928d3
commit 5888ba939d

View File

@ -1,4 +1,4 @@
Ext.define('PVE.qemu.Summary', {
Ext.define('PVE.guest.Summary', {
extend: 'Ext.panel.Panel',
xtype: 'pveGuestSummary',