]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: backup job: rework hint about fallback config and make it less flashy
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 11:49:43 +0000 (13:49 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 17 Apr 2024 14:05:09 +0000 (16:05 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/panel/BackupAdvancedOptions.js

index 066b2c47e28a04bef8862745eabb717b76c99041..d6fa7ec2cadfbe80d51953d3cc113432d2c9ef3a 100644 (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")}`,
        },
     ],
 });