Skip to content

Commit 8449854

Browse files
committed
Move the Machine nearer the costs
1 parent 850f23e commit 8449854

File tree

1 file changed

+12
-11
lines changed
  • apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.spans.$spanParam

1 file changed

+12
-11
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.spans.$spanParam/route.tsx

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -618,17 +618,7 @@ function RunBody({
618618
</Property.Value>
619619
</Property.Item>
620620
)}
621-
<Property.Item>
622-
<Property.Label>
623-
<span className="flex items-center gap-1">
624-
Machine
625-
<InfoIconTooltip content={<MachineTooltipInfo />} />
626-
</span>
627-
</Property.Label>
628-
<Property.Value className="-ml-0.5">
629-
<MachineLabelCombo preset={run.machinePreset as MachinePresetName} />
630-
</Property.Value>
631-
</Property.Item>
621+
632622
{run.schedule && (
633623
<Property.Item>
634624
<Property.Label>Schedule</Property.Label>
@@ -695,6 +685,17 @@ function RunBody({
695685
: "–"}
696686
</Property.Value>
697687
</Property.Item>
688+
<Property.Item>
689+
<Property.Label>
690+
<span className="flex items-center gap-1">
691+
Machine
692+
<InfoIconTooltip content={<MachineTooltipInfo />} />
693+
</span>
694+
</Property.Label>
695+
<Property.Value className="-ml-0.5">
696+
<MachineLabelCombo preset={run.machinePreset as MachinePresetName} />
697+
</Property.Value>
698+
</Property.Item>
698699
<Property.Item>
699700
<Property.Label>Run invocation cost</Property.Label>
700701
<Property.Value>

0 commit comments

Comments
 (0)