mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-18 21:55:24 +02:00
- Added a new `shellType` field to the schedule form, allowing users to select between 'bash' and 'sh' for command execution. - Updated the `HandleSchedules` component to include the `shellType` in the form and reset logic. - Modified the `ShowSchedules` component to display the selected shell type for each schedule. - Ensured proper handling of the new field in the API for schedule creation and updates.