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

@ -3,6 +3,10 @@ const proxmoxOnlineHelpInfo = {
"link": "/docs/index.html",
"title": "Proxmox Backup Server Documentation Index"
},
"changing-backup-owner": {
"link": "/docs/backup-client.html#changing-backup-owner",
"title": "Changing the Owner of a Backup Group"
},
"backup-pruning": {
"link": "/docs/backup-client.html#backup-pruning",
"title": "Pruning and Removing Backups"

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,