From 9afdea76cfb1985aef4b66fb676b1b29bc21ead3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 20 Apr 2024 11:20:33 +0200 Subject: [PATCH] safe destroy window: rework top-level comment avoid odd wrap, this isn't a poem, and add some more context. Signed-off-by: Thomas Lamprecht --- src/window/SafeDestroy.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/window/SafeDestroy.js b/src/window/SafeDestroy.js index ad12dd5..c058465 100644 --- a/src/window/SafeDestroy.js +++ b/src/window/SafeDestroy.js @@ -1,7 +1,5 @@ -/* Popup a message window - * where the user has to manually enter the resource ID - * to enable the destroy button - */ +// Pop-up a message window where the user has to manually enter the resource ID to enable the +// destroy confirmation button to ensure that they got the correct resource selected for. Ext.define('Proxmox.window.SafeDestroy', { extend: 'Ext.window.Window', alias: 'widget.proxmoxSafeDestroy',