safe destroy: fix class alias

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-04-22 13:22:05 +02:00
parent f2d18cd7b3
commit cca5fa0ad9

View File

@ -4,7 +4,7 @@
*/
Ext.define('Proxmox.window.SafeDestroy', {
extend: 'Ext.window.Window',
alias: 'proxmoxSafeDestroy',
alias: 'widget.proxmoxSafeDestroy',
title: gettext('Confirm'),
modal: true,