]> git.proxmox.com Git - pve-manager.git/commitdiff
window: safe destroy guest: add note that referenced disks are destroyed
authorFabian Ebner <f.ebner@proxmox.com>
Mon, 13 Dec 2021 08:25:14 +0000 (09:25 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 13 Jan 2022 16:01:39 +0000 (17:01 +0100)
It's not clear to all users otherwise[0].

[0]: https://forum.proxmox.com/threads/100996/post-436919

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
www/manager6/window/SafeDestroyGuest.js

index 9a7a0e21391376bf76ba13b1665c2f059e7074f7..3328293a4b997397ce77a87bd861be004f3b9c1f 100644 (file)
@@ -30,6 +30,8 @@ Ext.define('PVE.window.SafeDestroyGuest', {
        },
     ],
 
+    note: gettext('Referenced disks will always be destroyed.'),
+
     getParams: function() {
        let me = this;