From cca5fa0ad956eb7cf9cc07cc5d1b363adadaac9d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 22 Apr 2021 13:22:05 +0200 Subject: [PATCH] safe destroy: fix class alias Signed-off-by: Thomas Lamprecht --- src/window/SafeDestroy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,