mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
backup manager (wip)
This commit is contained in:
@@ -186,6 +186,19 @@ wn.module_page["Setup"] = [
|
||||
},
|
||||
]
|
||||
},
|
||||
// {
|
||||
// title: wn._("Backups"),
|
||||
// icon: "icon-cloud-upload",
|
||||
// right: true,
|
||||
// items: [
|
||||
// {
|
||||
// "route":"Form/Backup Manager",
|
||||
// doctype:"Backup Manager",
|
||||
// label: wn._("Backup Manager"),
|
||||
// "description":wn._("Sync backups with remote tools like Dropbox etc.")
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
]
|
||||
|
||||
pscript['onload_Setup'] = function(wrapper) {
|
||||
|
||||
Reference in New Issue
Block a user