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": {
|
"datastore-intro": {
|
||||||
"link": "/docs/storage.html#datastore-intro",
|
"link": "/docs/storage.html#datastore-intro",
|
||||||
"title": "DataStore"
|
"title": "Datastore"
|
||||||
},
|
},
|
||||||
"user-mgmt": {
|
"user-mgmt": {
|
||||||
"link": "/docs/user-management.html#user-mgmt",
|
"link": "/docs/user-management.html#user-mgmt",
|
||||||
|
@ -227,6 +227,8 @@ Ext.define('PBS.Datastore.PruneInputPanel', {
|
|||||||
Ext.define('PBS.DataStorePrune', {
|
Ext.define('PBS.DataStorePrune', {
|
||||||
extend: 'Proxmox.window.Edit',
|
extend: 'Proxmox.window.Edit',
|
||||||
|
|
||||||
|
onlineHelp: 'maintenance_pruning',
|
||||||
|
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
submitText: "Prune",
|
submitText: "Prune",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user