mirror of
https://github.com/itflow-org/itflow
synced 2026-09-04 22:05:12 +00:00
Update Font, Migrated away from JQUERY dependent libs: toastr to bootstrap5 toasts, daterangepicker to flatpickr, select2 to Tom Select, InputMask to IMask
This commit is contained in:
@@ -47,7 +47,7 @@ ob_start();
|
||||
<label>Schedule</label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-calendar"></i></span>
|
||||
<select class="form-control" name="schedule" id="cronJobSchedule">
|
||||
<select class="form-select" name="schedule" id="cronJobSchedule">
|
||||
<?php if ($cron_job_interval_safe) { ?>
|
||||
<option value="Interval" <?= $cron_job_schedule === 'Interval' ? 'selected' : '' ?>>Every so many minutes</option>
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user