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:
Thomas Lamprecht 2024-04-17 13:49:43 +02:00
parent 1d777a46c8
commit a32a5c4a65

View File

@ -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")}`,
},
],
});