]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: pbs: set onlineHelp (again)
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 25 Nov 2020 15:19:50 +0000 (16:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 25 Nov 2020 15:19:50 +0000 (16:19 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/storage/PBSEdit.js

index 258a48c3d0cf90a3298e6050a6a7f49a8d0d711e..81edb2a01cde7b05142317f08b1223129f637663 100644 (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;