ui: tape/pool: set onlineHelp for edit/add window
To let users find the good explanation about allocation and retention policies from the docs easier. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
17bbcb57d7
commit
a4672dd0b1
|
@ -3,6 +3,8 @@ Ext.define('PBS.TapeManagement.PoolEditWindow', {
|
||||||
alias: 'widget.pbsPoolEditWindow',
|
alias: 'widget.pbsPoolEditWindow',
|
||||||
mixins: ['Proxmox.Mixin.CBind'],
|
mixins: ['Proxmox.Mixin.CBind'],
|
||||||
|
|
||||||
|
onlineHelp: 'tape_media_pool_config',
|
||||||
|
|
||||||
isCreate: true,
|
isCreate: true,
|
||||||
isAdd: true,
|
isAdd: true,
|
||||||
subject: gettext('Media Pool'),
|
subject: gettext('Media Pool'),
|
||||||
|
|
Loading…
Reference in New Issue