coolify/app/Livewire/Project/Shared/ScheduledTask
shafeq d5a46f577d fix: prevent scheduled task input fields from losing focus
Remove the ServiceChecked event listener that triggered a full
component re-render every 10 seconds via the heading's wire:poll.
The heading component already handles status display independently,
so the task edit form does not need to re-render on status checks.

Fixes #8647
2026-02-27 19:07:28 +08:00
..
Add.php Increase scheduled task timeout limit to 36000 seconds 2025-12-03 20:04:55 +01:00
All.php refactor(ScheduledTask): clean up code formatting and remove unused import 2025-03-14 16:11:41 +01:00
Executions.php feat(executions): add 'Load All' button to view all logs and implement loadAllLogs method for complete log retrieval 2025-09-15 11:05:29 +02:00
Show.php fix: prevent scheduled task input fields from losing focus 2026-02-27 19:07:28 +08:00