mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 06:28:52 +00:00
ui: backup restore: add hint to window title on overwrite restore
we prompt for confirmation in that case anyway, but some subtle, but extra difference may still help Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0e593799aa
commit
70aaf893b8
@ -245,7 +245,7 @@ Ext.define('PVE.window.Restore', {
|
||||
|
||||
let title = gettext('Restore') + ": " + (me.vmtype === 'lxc' ? 'CT' : 'VM');
|
||||
if (me.vmid) {
|
||||
title += " " + me.vmid;
|
||||
title = `${gettext('Overwrite')} ${title} ${me.vmid}`;
|
||||
}
|
||||
|
||||
Ext.apply(me, {
|
||||
|
Loading…
Reference in New Issue
Block a user