mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
[setup home] combined Update Application, Backup Manager and Scheduler Error Log under Setup > Administration
This commit is contained in:
@@ -193,21 +193,8 @@ wn.module_page["Setup"] = [
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: wn._("Backups"),
|
title: wn._("Administration"),
|
||||||
icon: "icon-cloud-upload",
|
icon: "icon-rocket",
|
||||||
right: true,
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
"route":"Form/Backup Manager",
|
|
||||||
doctype:"Backup Manager",
|
|
||||||
label: wn._("Backup Manager"),
|
|
||||||
"description":wn._("Sync backups with remote tools like Dropbox etc.")
|
|
||||||
},
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: wn._("Update Manager"),
|
|
||||||
icon: "icon-magnet",
|
|
||||||
right: true,
|
right: true,
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@@ -215,6 +202,18 @@ wn.module_page["Setup"] = [
|
|||||||
label: wn._("Update This Application"),
|
label: wn._("Update This Application"),
|
||||||
"description":wn._("Apply latest updates and patches to this app")
|
"description":wn._("Apply latest updates and patches to this app")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"route":"Form/Backup Manager",
|
||||||
|
doctype:"Backup Manager",
|
||||||
|
label: wn._("Backup Manager"),
|
||||||
|
"description":wn._("Sync backups with remote tools like Dropbox etc.")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"route":"List/Scheduler Log",
|
||||||
|
doctype:"Scheduler Log",
|
||||||
|
label: wn._("Scheduler Error Log"),
|
||||||
|
"description":wn._("Get a list of errors encountered by the Scheduler")
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user