ui: add onlineHelp for consent-banner option

Add onlineHelp link to the consent-banner docs section in the popup when
inserting the consent-banner text.

Reported-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
This commit is contained in:
Gabriel Goller 2024-11-26 11:34:22 +01:00 committed by Thomas Lamprecht
parent 20e58c056f
commit 80c9afae4e
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,8 @@ Proxmox Backup Server supports various languages and authentication back ends
.. note:: For convenience, you can save the username on the client side, by .. note:: For convenience, you can save the username on the client side, by
selecting the "Save User name" checkbox at the bottom of the window. selecting the "Save User name" checkbox at the bottom of the window.
.. _consent_banner:
Consent Banner Consent Banner
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^

View File

@ -59,6 +59,7 @@ Ext.define('PBS.NodeOptionView', {
name: 'consent-text', name: 'consent-text',
text: gettext('Consent Text'), text: gettext('Consent Text'),
deleteEmpty: true, deleteEmpty: true,
onlineHelp: 'consent_banner',
}, },
], ],
}); });