taskconsole-views.html.twig in Maestro 8.2
Same filename and directory in other branches
<div class="maestro-details-tasks-wrapper"> <details> <summary>{{ title }}</summary> <div> {{ task_information }} </div> </details> </div>
2 theme calls to taskconsole-views.html.twig
- MaestroProcessStatusController::getDetails in src/
Controller/ MaestroProcessStatusController.php - Returns response for the process status queries.
- MaestroTaskConsoleController::getStatus in modules/
maestro_taskconsole/ src/ Controller/ MaestroTaskConsoleController.php - Method to fetch the status of a process.
File
modules/maestro_taskconsole/templates/taskconsole-views.html.twigView source
- <div class="maestro-details-tasks-wrapper">
- <details>
- <summary>{{ title }}</summary>
- <div>
- {{ task_information }}
- </div>
- </details>
- </div>