Functional scheduled executions.
Display last executions. Support for Services.
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user