mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 18:29:11 +00:00
ui: pbs: set onlineHelp (again)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c856bd1c22
commit
903e646d7c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user