ui: prune: set onlineHelp
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f668862ae0
commit
0f6f99b4ec
@ -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",
|
||||
|
@ -227,6 +227,8 @@ Ext.define('PBS.Datastore.PruneInputPanel', {
|
||||
Ext.define('PBS.DataStorePrune', {
|
||||
extend: 'Proxmox.window.Edit',
|
||||
|
||||
onlineHelp: 'maintenance_pruning',
|
||||
|
||||
method: 'POST',
|
||||
submitText: "Prune",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user