[setup] [feature] Update Manager for self hosted applications based on wnframework
diff --git a/setup/page/setup/setup.js b/setup/page/setup/setup.js
index e59a18a..4a97b34 100644
--- a/setup/page/setup/setup.js
+++ b/setup/page/setup/setup.js
@@ -199,6 +199,18 @@
},
]
},
+ {
+ 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) {