mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 09:22:03 +00:00
ui: backup job: rework hint about fallback config and make it less flashy
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1d777a46c8
commit
a32a5c4a65
@ -161,9 +161,9 @@ Ext.define('PVE.panel.BackupAdvancedOptions', {
|
||||
columnB: [
|
||||
{
|
||||
xtype: 'component',
|
||||
userCls: 'pmx-hint',
|
||||
padding: '5 1',
|
||||
html: gettext("Note that vzdump.conf is used as a fallback"),
|
||||
html: `<span class="pmx-hint">${gettext('Note')}</span>: ${
|
||||
gettext("The node-specific vzdump.conf is used to determine fallback values")}`,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user