mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 06:50:54 +00:00
ui: snapshot tree: warn that current state is lost when confirming rollback
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
a73f844d71
commit
ab0616aacb
@ -260,7 +260,7 @@ Ext.define('PVE.guest.SnapshotTree', {
|
||||
let rec = view.getSelection()[0];
|
||||
let vmid = view.getViewModel().get('vmid');
|
||||
return Proxmox.Utils.format_task_description('qmrollback', vmid) +
|
||||
" '" + rec.data.name + "'";
|
||||
` '${rec.data.name}'? ${gettext("Current state will be lost.")}`;
|
||||
},
|
||||
handler: 'rollback',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user