]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: guest summary: fix qemu specific class name
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Sep 2022 15:01:32 +0000 (17:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Sep 2022 15:01:35 +0000 (17:01 +0200)
call sites already used the 'pveGuestSummary'

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/panel/GuestSummary.js

index 35721419d2d4831e258bba8177ed6999b7c35a7a..6532c3e9eaae02a5f362260f7d86962a35e66ddf 100644 (file)
@@ -1,4 +1,4 @@
-Ext.define('PVE.qemu.Summary', {
+Ext.define('PVE.guest.Summary', {
     extend: 'Ext.panel.Panel',
     xtype: 'pveGuestSummary',