[setup] [feature] Update Manager for self hosted applications based on wnframework
This commit is contained in:
parent
f777f7ac43
commit
72b28807d2
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user