You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.tasks.scheduled.$taskParam/route.tsx
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -879,6 +879,16 @@ function ScheduledTaskDetailSidebar({
879
879
)}
880
880
</Property.Value>
881
881
</Property.Item>
882
+
<Property.Item>
883
+
<Property.Label>Window</Property.Label>
884
+
<Property.Value>
885
+
{firstSchedule ? (
886
+
(firstSchedule.window??"Default (60 seconds)")
887
+
) : (
888
+
<spanclassName="text-text-dimmed">–</span>
889
+
)}
890
+
</Property.Value>
891
+
</Property.Item>
882
892
<Property.Item>
883
893
<Property.Label>Created</Property.Label>
884
894
<Property.Value>
@@ -889,7 +899,7 @@ function ScheduledTaskDetailSidebar({
0 commit comments