mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge 6371685ec8
into 5527332786
This commit is contained in:
commit
5a8e5b5b7d
1 changed files with 5 additions and 0 deletions
|
@ -1866,6 +1866,11 @@ var app = Sammy('#main', function (sam) {
|
|||
sam.get('#/tools/ca', function (c) {
|
||||
c.view('tools/tools_ca');
|
||||
});
|
||||
|
||||
// System Reboot
|
||||
sam.get('#/tools/reboot_server', function (c) {
|
||||
c.api('tools/reboot_server') {
|
||||
});
|
||||
|
||||
// Security feed
|
||||
sam.get('#/tools/security-feed', function (c) {
|
||||
|
|
Loading…
Add table
Reference in a new issue