ui: datastore: set onlineHelp for chaging group owner

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2020-11-10 09:53:05 +01:00
parent 0f6f99b4ec
commit 5c64e83b1e
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@ Ext.define('PBS.BackupGroupChangeOwner', {
extend: 'Proxmox.window.Edit',
alias: 'widget.pbsBackupGroupChangeOwner',
onlineHelp: 'changing-backup-owner',
submitText: gettext("Change Owner"),
width: 350,