Functional scheduled executions.

Display last executions.
Support for Services.
This commit is contained in:
Stuart Rowlands
2024-01-05 15:06:36 +10:00
parent 9bbe9567c7
commit e2e6813632
10 changed files with 144 additions and 36 deletions

View File

@@ -33,6 +33,7 @@ class All extends Component
$task->command = $data['command'];
$task->frequency = $data['frequency'];
$task->container = $data['container'];
$task->team_id = currentTeam()->id;
switch ($this->resource->type()) {
case 'application':