ui: add some onlineHelp reference uses for pruning

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-11-07 16:03:07 +01:00
parent 3896f80cb3
commit 6d5803399b
3 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,8 @@ Ext.define('PBS.panel.PruneInputPanel', {
mixins: ['Proxmox.Mixin.CBind'],
onlineHelp: 'maintenance_pruning',
cbindData: function() {
let me = this;
me.isCreate = !!me.isCreate;