mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Dead code
This commit is contained in:
parent
802b189faa
commit
0356a78573
1 changed files with 0 additions and 5 deletions
|
@ -213,11 +213,6 @@
|
||||||
c.redirect('#/tools/reboot');
|
c.redirect('#/tools/reboot');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
app.get('#/tools/reboot/:action/done', function (c) {
|
|
||||||
var action = c.params['action'].toLowerCase();
|
|
||||||
if (action == 'reboot' || action == 'shutdown') {
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// Diagnosis
|
// Diagnosis
|
||||||
app.get('#/tools/diagnosis(/:private)?', function (c) {
|
app.get('#/tools/diagnosis(/:private)?', function (c) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue