From: Thomas Lamprecht Date: Thu, 22 Apr 2021 11:22:05 +0000 (+0200) Subject: safe destroy: fix class alias X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=cca5fa0ad956eb7cf9cc07cc5d1b363adadaac9d;p=proxmox-widget-toolkit.git safe destroy: fix class alias Signed-off-by: Thomas Lamprecht --- diff --git a/src/window/SafeDestroy.js b/src/window/SafeDestroy.js index 4e9323a..b269f2d 100644 --- a/src/window/SafeDestroy.js +++ b/src/window/SafeDestroy.js @@ -4,7 +4,7 @@ */ Ext.define('Proxmox.window.SafeDestroy', { extend: 'Ext.window.Window', - alias: 'proxmoxSafeDestroy', + alias: 'widget.proxmoxSafeDestroy', title: gettext('Confirm'), modal: true,