From 72b28807d2265f68bb6943fde4a592e5347efdab Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 1 Apr 2013 16:40:19 +0530 Subject: [PATCH] [setup] [feature] Update Manager for self hosted applications based on wnframework --- setup/page/setup/setup.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/setup/page/setup/setup.js b/setup/page/setup/setup.js index e59a18ab99..4a97b345a2 100644 --- a/setup/page/setup/setup.js +++ b/setup/page/setup/setup.js @@ -199,6 +199,18 @@ wn.module_page["Setup"] = [ }, ] }, + { + title: wn._("Update Manager"), + icon: "icon-magnet", + right: true, + items: [ + { + "page":"update-this-app", + label: wn._("Update This Application"), + "description":wn._("Apply latest updates and patches to this app") + }, + ] + }, ] pscript['onload_Setup'] = function(wrapper) {