Removed Update Manager

This commit is contained in:
Anand Doshi 2013-10-24 20:47:35 +05:30
parent 05ff7cbd90
commit 7fa2ec40e1
3 changed files with 5 additions and 4 deletions

View File

@ -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")

View File

@ -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>");
}

View File

@ -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",