safe destroy: fix class alias
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f2d18cd7b3
commit
cca5fa0ad9
@ -4,7 +4,7 @@
|
||||
*/
|
||||
Ext.define('Proxmox.window.SafeDestroy', {
|
||||
extend: 'Ext.window.Window',
|
||||
alias: 'proxmoxSafeDestroy',
|
||||
alias: 'widget.proxmoxSafeDestroy',
|
||||
|
||||
title: gettext('Confirm'),
|
||||
modal: true,
|
||||
|
Loading…
Reference in New Issue
Block a user