diff --git a/ui/src/components/AccountingModelCard.tsx b/ui/src/components/AccountingModelCard.tsx index b3ddec41..8c07dd1b 100644 --- a/ui/src/components/AccountingModelCard.tsx +++ b/ui/src/components/AccountingModelCard.tsx @@ -45,7 +45,7 @@ export function AccountingModelCard() { return (
diff --git a/ui/src/components/ActiveAgentsPanel.tsx b/ui/src/components/ActiveAgentsPanel.tsx index 134479a2..ad60b653 100644 --- a/ui/src/components/ActiveAgentsPanel.tsx +++ b/ui/src/components/ActiveAgentsPanel.tsx @@ -55,7 +55,7 @@ export function ActiveAgentsPanel({ companyId }: ActiveAgentsPanelProps) { Agents {runs.length === 0 ? ( -
+

No recent agent runs.

) : ( @@ -91,7 +91,7 @@ function AgentRunCard({ }) { return (
-
+
{incident.scopeType === "project" @@ -60,7 +60,7 @@ export function BudgetIncidentCard({
-
+
diff --git a/ui/src/components/BudgetPolicyCard.tsx b/ui/src/components/BudgetPolicyCard.tsx index 6abc5d1b..44116a64 100644 --- a/ui/src/components/BudgetPolicyCard.tsx +++ b/ui/src/components/BudgetPolicyCard.tsx @@ -74,14 +74,14 @@ export function BudgetPolicyCard({
) : (
-
+
Observed
{formatCents(summary.observedAmount)}
{summary.amount > 0 ? `${summary.utilizationPercent}% of limit` : "No cap configured"}
-
+
Budget
{summary.amount > 0 ? formatCents(summary.amount) : "Disabled"} @@ -116,7 +116,7 @@ export function BudgetPolicyCard({ ); const pausedPane = summary.paused ? ( -
+
{summary.scopeType === "project" @@ -127,7 +127,7 @@ export function BudgetPolicyCard({ ) : null; const saveSection = onSave ? ( -
+