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")):
|
||||
file_path = os.path.join(base_path, "public", *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) {
|
||||
body.empty();
|
||||
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>");
|
||||
}
|
||||
|
||||
|
@ -226,8 +226,6 @@ items = [
|
||||
"title": "System Administration",
|
||||
"icon": "icon-cog"
|
||||
},
|
||||
{ "title": "Update ERPNext",
|
||||
"route": "update-manager", "type": "Link", "icon": "icon-rss" },
|
||||
{ "title": "Manage 3rd Party Backups",
|
||||
"route": "Form/Backup Manager", "type": "Link", "icon": "icon-cloud" },
|
||||
{ "title": "System Scheduler Errors",
|
||||
|
Loading…
x
Reference in New Issue
Block a user