Next run in Pipeline schedules shows past time
Description
So, when a schedule is scheduled to run at an interval that's not on par with the default cron job of Sidekiq, the Next run shows a past time. For example I set the schedule every 30min, but Sidekiq is scheduled to run jobs every 12h.
Proposal
When the schedule is smaller than Sidekiq's interval, show when the actual next Run will be with a tooltip next to it explaining the situation.