Files
gpustack-ui/src
Yuxing Deng 38107a67fe refactor(usage): switch breakdown dimension from model to route
Align with gpustack backend commits 7b57cd3b (add route dimension to
usage breakdown) and 51fd25c8 (use model_route_id as models_called):

* group_by, filters, and BreakdownItem now use the `route` dimension;
  `models` filter cascader is replaced with a flat `routes` selector
  (routes have no provider/cluster grouping).
* Tab / group_by option / column header keep the user-facing "模型 / Model"
  wording — only the underlying data dimension changed.
* Drop cluster_name / provider_type columns from the breakdown table;
  drop api_keys_used column per design.
* Fix pre-existing excel export bug in use-export-table — string
  dataIndex was lodash-joined char-by-char ("input_tokens" →
  "i_n_p_u_t..."), array dataIndex was used as a flat key against nested
  rows. Rebuilt around buildSheetMeta that emits a stable field key plus
  a formatMap using _.get(row, path) for nested values. Sheet name kept
  as `models` to match the visible column label.
2026-05-19 16:50:42 +08:00
..
2026-05-15 16:22:07 +08:00
2026-05-12 14:31:52 +08:00
2026-05-15 16:22:07 +08:00
2025-05-08 15:22:53 +08:00
2026-05-12 19:01:11 +08:00
2026-05-18 16:59:53 +08:00
2024-07-15 19:04:03 +08:00
2026-02-04 20:14:25 +08:00
2026-04-28 14:41:36 +08:00
2026-04-29 18:09:55 +08:00
2026-04-24 14:28:30 +08:00
2024-08-28 14:51:20 +08:00
2026-05-11 19:49:21 +08:00