mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Move this view to tools/ to avoid having a decidated folder for just one file...
This commit is contained in:
parent
1bc384bb1f
commit
3619f5e9bb
2 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
// System update & upgrade
|
||||
app.get('#/update', function (c) {
|
||||
c.api('PUT', '/update', {}, function(data) {
|
||||
c.view('update/update', data, function() {
|
||||
c.view('tools/tools_update', data, function() {
|
||||
// Configure buttons behaviors
|
||||
$("button[data-upgrade]").on("click", function() {
|
||||
|
||||
|
|
Loading…
Reference in a new issue