diff --git a/ui/desktop/src/components/schedule/SchedulesView.tsx b/ui/desktop/src/components/schedule/SchedulesView.tsx index cd970de2969b..dd8892c073be 100644 --- a/ui/desktop/src/components/schedule/SchedulesView.tsx +++ b/ui/desktop/src/components/schedule/SchedulesView.tsx @@ -14,7 +14,7 @@ import { ScrollArea } from '../ui/scroll-area'; import { Card } from '../ui/card'; import { Button } from '../ui/button'; import { TrashIcon } from '../icons/TrashIcon'; -import { Plus, RefreshCw, Pause, Play, Edit, Square, Eye } from 'lucide-react'; +import { Plus, RefreshCw, Pause, Play, Edit, Square, Eye, CircleDotDashed } from 'lucide-react'; import { CreateScheduleModal, NewSchedulePayload } from './CreateScheduleModal'; import { EditScheduleModal } from './EditScheduleModal'; import ScheduleDetailView from './ScheduleDetailView'; @@ -608,15 +608,9 @@ const SchedulesView: React.FC = ({ onClose: _onClose }) => { )} {!isLoading && !apiError && schedules.length === 0 && ( -
-

No schedules found

-

- Create your first schedule to get started with automated tasks. -

- +
+ +

No schedules yet

)}