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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-04-20 11:20:33 +02:00
parent 537702e12f
commit 9afdea76cf

View File

@ -1,7 +1,5 @@
/* Popup a message window // Pop-up a message window where the user has to manually enter the resource ID to enable the
* where the user has to manually enter the resource ID // destroy confirmation button to ensure that they got the correct resource selected for.
* to enable the destroy button
*/
Ext.define('Proxmox.window.SafeDestroy', { Ext.define('Proxmox.window.SafeDestroy', {
extend: 'Ext.window.Window', extend: 'Ext.window.Window',
alias: 'widget.proxmoxSafeDestroy', alias: 'widget.proxmoxSafeDestroy',