[setup] [feature] Update Manager for self hosted applications based on wnframework

This commit is contained in:
Anand Doshi 2013-04-01 16:40:19 +05:30
parent f777f7ac43
commit 72b28807d2

View File

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