ui: prune: set onlineHelp

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-10 09:51:30 +01:00
parent f668862ae0
commit 0f6f99b4ec
2 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const proxmoxOnlineHelpInfo = {
},
"datastore-intro": {
"link": "/docs/storage.html#datastore-intro",
"title": "DataStore"
"title": "Datastore"
},
"user-mgmt": {
"link": "/docs/user-management.html#user-mgmt",

View File

@ -227,6 +227,8 @@ Ext.define('PBS.Datastore.PruneInputPanel', {
Ext.define('PBS.DataStorePrune', {
extend: 'Proxmox.window.Edit',
onlineHelp: 'maintenance_pruning',
method: 'POST',
submitText: "Prune",