mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-03 01:18:02 +03:00
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:
parent
20e58c056f
commit
80c9afae4e
@ -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
|
||||
selecting the "Save User name" checkbox at the bottom of the window.
|
||||
|
||||
.. _consent_banner:
|
||||
|
||||
Consent Banner
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
|
@ -59,6 +59,7 @@ Ext.define('PBS.NodeOptionView', {
|
||||
name: 'consent-text',
|
||||
text: gettext('Consent Text'),
|
||||
deleteEmpty: true,
|
||||
onlineHelp: 'consent_banner',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user