Automation Restart & Deactive Button add

This commit is contained in:
JonatanRek
2019-10-11 17:16:24 +02:00
parent 2e81a86ed0
commit 001e74bc6d
4 changed files with 47 additions and 1 deletions

View File

@@ -40,6 +40,11 @@ class Ajax extends Template
die();
break;
case 'restart':
AutomationManager::restart($automationId);
die();
break;
default:
echo 'no action detected';
break;