Skip to content

Commit

Permalink
rename usage graph
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 26, 2024
1 parent 9347346 commit c90e290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/workflow/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function WorkflowResultDetail() {
</Card>
<Card>
<h5 className="text-2xl font-bold tracking-tight text-gray-900 dark:text-white mb-4">
VRAM Usage Over Time
Resource Usage Over Time
</h5>
<div className="w-full">
<UsageGraph data={workflowResult?.machine_stats?.vram_time_series || {}} />
Expand Down

0 comments on commit c90e290

Please sign in to comment.