Skip to content

Commit

Permalink
Use Task Instances as per suggestion.
Browse files Browse the repository at this point in the history
  • Loading branch information
tirkarthi committed Nov 11, 2024
1 parent 35ebf3e commit 38ab71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/ui/src/pages/Dashboard/Metrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export const Metrics = () => {
<Text bg="blue.500" borderRadius={20} px={5} py={1}>
{taskRunTotal}
</Text>
<Heading>Task Runs</Heading>
<Heading>Task Instances</Heading>
</HStack>
<TaskRunStateInfo
taskRunStates={data.task_instance_states}
Expand Down

0 comments on commit 38ab71b

Please sign in to comment.