Removed Update Manager
This commit is contained in:
parent
05ff7cbd90
commit
7fa2ec40e1
@ -27,4 +27,7 @@ def execute():
|
|||||||
for file_path in (("js", "wn-web.js"), ("css", "wn-web.css")):
|
for file_path in (("js", "wn-web.js"), ("css", "wn-web.css")):
|
||||||
file_path = os.path.join(base_path, "public", *file_path)
|
file_path = os.path.join(base_path, "public", *file_path)
|
||||||
if os.path.exists(file_path):
|
if os.path.exists(file_path):
|
||||||
os.remove(file_path)
|
os.remove(file_path)
|
||||||
|
|
||||||
|
# Remove update app page
|
||||||
|
webnotes.delete_doc("Page", "update-manager")
|
||||||
|
@ -180,7 +180,7 @@ wn.pages.Setup.make = function(wrapper) {
|
|||||||
if(r.message) {
|
if(r.message) {
|
||||||
body.empty();
|
body.empty();
|
||||||
if(wn.boot.expires_on) {
|
if(wn.boot.expires_on) {
|
||||||
$(body).prepend("<div class='text-muted' style='text-align:right'>"+wn.("Account expires on")
|
$(body).prepend("<div class='text-muted' style='text-align:right'>"+wn._("Account expires on")
|
||||||
+ wn.datetime.global_date_format(wn.boot.expires_on) + "</div>");
|
+ wn.datetime.global_date_format(wn.boot.expires_on) + "</div>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -226,8 +226,6 @@ items = [
|
|||||||
"title": "System Administration",
|
"title": "System Administration",
|
||||||
"icon": "icon-cog"
|
"icon": "icon-cog"
|
||||||
},
|
},
|
||||||
{ "title": "Update ERPNext",
|
|
||||||
"route": "update-manager", "type": "Link", "icon": "icon-rss" },
|
|
||||||
{ "title": "Manage 3rd Party Backups",
|
{ "title": "Manage 3rd Party Backups",
|
||||||
"route": "Form/Backup Manager", "type": "Link", "icon": "icon-cloud" },
|
"route": "Form/Backup Manager", "type": "Link", "icon": "icon-cloud" },
|
||||||
{ "title": "System Scheduler Errors",
|
{ "title": "System Scheduler Errors",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user