diff --git a/docs/gateway/images/control-ui-analytics.png b/docs/gateway/images/control-ui-analytics.png new file mode 100644 index 000000000..3f1cb78a8 Binary files /dev/null and b/docs/gateway/images/control-ui-analytics.png differ diff --git a/ui/src/ui/views/analytics.ts b/ui/src/ui/views/analytics.ts index a55ab6abb..54fd0132a 100644 --- a/ui/src/ui/views/analytics.ts +++ b/ui/src/ui/views/analytics.ts @@ -327,7 +327,7 @@ export function renderAnalytics(props: AnalyticsProps) { } - ${hasQuota || hasQuotaError + ${hasQuota ? html`
Plan Quota
@@ -337,14 +337,16 @@ export function renderAnalytics(props: AnalyticsProps) {
` - : quotaEmpty + : hasQuotaError || quotaEmpty ? html`
Plan Quota
Current usage against your plan limits.
- No plan quota data available. To see usage limits for Claude Max or other plans, - configure OAuth authentication with the required scopes. + Plan quota is not available for Claude Code authentication. + + Check your usage at claude.ai +
`