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:
Thomas Lamprecht 2022-04-23 13:24:17 +02:00
parent 0e593799aa
commit 70aaf893b8

View File

@ -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, {