ui: pbs: set onlineHelp (again)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-25 16:19:50 +01:00
parent c856bd1c22
commit 903e646d7c

View File

@ -189,6 +189,8 @@ Ext.define('PVE.panel.PBSEncryptionKeyTab', {
xtype: 'pvePBSEncryptionKeyTab',
mixins: ['Proxmox.Mixin.CBind'],
onlineHelp: 'storage_pbs_encryption',
onGetValues: function(form) {
let values = {};
if (form.cryptMode === 'upload') {
@ -431,7 +433,7 @@ Ext.define('PVE.panel.PBSEncryptionKeyTab', {
Ext.define('PVE.storage.PBSInputPanel', {
extend: 'PVE.panel.StorageBase',
//onlineHelp: 'storage_pbs',
onlineHelp: 'storage_pbs',
apiCallDone: function(success, response, options) {
let res = response.result.data;