Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bugs in history navigation in rollups and transform jobs pages and some UI changes #1166

Merged
merged 7 commits into from
Sep 4, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const CronSchedule = ({
let startTimeContent;
startTimeContent = (
<EuiDatePicker
compressed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this @tandonks.

showTimeSelect
showTimeSelectOnly
selected={startTime(hour, minute)}
Expand Down