mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-05-02 19:38:56 +00: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
|
.. 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
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
@ -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',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user