• erio's avatar
    feat(dashboard): add per-user drill-down for group, model, and endpoint distributions · 4b41e898
    erio authored
    Click on a group name, model name, or endpoint name in the distribution
    tables to expand and show per-user usage breakdown (requests, tokens,
    actual cost, standard cost).
    
    Backend: new GET /admin/dashboard/user-breakdown API with group_id,
    model, endpoint, endpoint_type filters.
    Frontend: clickable rows with expand/collapse sub-table in all three
    distribution charts.
    4b41e898
UserBreakdownSubTable.vue 2.56 KB