Move this view to tools/ to avoid having a decidated folder for just one file...

This commit is contained in:
Alexandre Aubin 2019-10-18 20:06:38 +02:00
parent 1bc384bb1f
commit 3619f5e9bb
2 changed files with 1 additions and 1 deletions

View file

@ -47,7 +47,7 @@
// System update & upgrade // System update & upgrade
app.get('#/update', function (c) { app.get('#/update', function (c) {
c.api('PUT', '/update', {}, function(data) { c.api('PUT', '/update', {}, function(data) {
c.view('update/update', data, function() { c.view('tools/tools_update', data, function() {
// Configure buttons behaviors // Configure buttons behaviors
$("button[data-upgrade]").on("click", function() { $("button[data-upgrade]").on("click", function() {