mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 16:12:18 +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',
|
xtype: 'pvePBSEncryptionKeyTab',
|
||||||
mixins: ['Proxmox.Mixin.CBind'],
|
mixins: ['Proxmox.Mixin.CBind'],
|
||||||
|
|
||||||
|
onlineHelp: 'storage_pbs_encryption',
|
||||||
|
|
||||||
onGetValues: function(form) {
|
onGetValues: function(form) {
|
||||||
let values = {};
|
let values = {};
|
||||||
if (form.cryptMode === 'upload') {
|
if (form.cryptMode === 'upload') {
|
||||||
@ -431,7 +433,7 @@ Ext.define('PVE.panel.PBSEncryptionKeyTab', {
|
|||||||
Ext.define('PVE.storage.PBSInputPanel', {
|
Ext.define('PVE.storage.PBSInputPanel', {
|
||||||
extend: 'PVE.panel.StorageBase',
|
extend: 'PVE.panel.StorageBase',
|
||||||
|
|
||||||
//onlineHelp: 'storage_pbs',
|
onlineHelp: 'storage_pbs',
|
||||||
|
|
||||||
apiCallDone: function(success, response, options) {
|
apiCallDone: function(success, response, options) {
|
||||||
let res = response.result.data;
|
let res = response.result.data;
|
||||||
|
Loading…
Reference in New Issue
Block a user