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
|
@ -1867,6 +1867,11 @@ var app = Sammy('#main', function (sam) {
|
||||||
c.view('tools/tools_ca');
|
c.view('tools/tools_ca');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// System Reboot
|
||||||
|
sam.get('#/tools/reboot_server', function (c) {
|
||||||
|
c.api('tools/reboot_server') {
|
||||||
|
});
|
||||||
|
|
||||||
// Security feed
|
// Security feed
|
||||||
sam.get('#/tools/security-feed', function (c) {
|
sam.get('#/tools/security-feed', function (c) {
|
||||||
data = {
|
data = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue