Skip to content

Commit cb8b5e7

Browse files
committed
chore(webapp): add currency unit to agent LLM spend chart label
1 parent e34d524 commit cb8b5e7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
area: webapp
3+
type: improvement
4+
---
5+
6+
Add a currency unit to the agent dashboard "LLM spend" chart label, so it now reads "LLM spend ($)".

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.agents.$agentParam/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export default function Page() {
293293
)}
294294
</ChartCard>
295295

296-
<ChartCard title="LLM spend">
296+
<ChartCard title="LLM spend ($)">
297297
<Suspense fallback={<ActivityChartSkeleton />}>
298298
<TypedAwait
299299
resolve={llmCostActivity}

0 commit comments

Comments
 (0)