ui: datastore: set onlineHelp for chaging group owner
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0f6f99b4ec
commit
5c64e83b1e
@ -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"
|
||||
|
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user