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

@ -28,3 +28,6 @@ def execute():
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")

View File

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

View File

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