diegosouzapw
8151c46139
fix(dashboard): resolve custom provider display name across surfaces ( #2968 )
...
Custom providers (openai-compatible-<uuid> / anthropic-compatible-<uuid>) showed
the raw UUID id instead of the user-given node name in the active-requests panel,
proxy logger, and home-page provider topology. Only RequestLoggerV2 resolved it
(via a local helper + /api/provider-nodes fetch).
Extract the resolver into a shared util (src/shared/utils/providerDisplayLabel.ts,
unit-tested), reuse it in RequestLoggerV2, and apply it (with a provider-nodes
fetch) in ActiveRequestsPanel, ProxyLogger, and the HomePageClient topology so all
surfaces show the user-defined provider name.
Closes #2968
2026-05-31 09:34:16 -03:00
..
2026-05-26 23:51:47 -03:00
2026-05-28 15:57:02 -03:00
2026-05-06 01:21:31 -03:00
2026-05-26 23:51:47 -03:00
2026-05-31 09:34:16 -03:00
2026-05-14 20:20:54 -03:00
2026-05-26 23:51:47 -03:00
2026-02-18 00:02:15 -03:00
2026-02-18 00:02:15 -03:00
2026-02-19 04:38:04 -03:00
2026-04-03 00:15:35 -03:00
2026-05-10 09:10:43 -03:00
2026-02-18 00:02:15 -03:00
2026-05-16 00:26:25 -03:00
2026-05-17 05:25:47 +07:00
2026-02-18 00:02:15 -03:00
2026-05-24 18:05:58 -03:00
2026-05-26 23:51:47 -03:00
2026-04-30 14:08:50 -03:00
2026-04-16 05:26:17 -03:00
2026-03-30 12:58:45 -03:00
2026-05-26 23:51:47 -03:00
2026-04-16 05:26:17 -03:00
2026-04-16 05:26:17 -03:00
2026-04-03 00:15:35 -03:00
2026-05-06 01:21:31 -03:00
2026-05-30 03:29:19 -03:00
2026-05-27 19:23:27 -03:00
2026-05-17 05:33:27 +07:00
2026-05-26 23:51:47 -03:00
2026-05-23 01:46:59 -03:00
2026-04-30 14:08:50 -03:00
2026-05-26 23:51:47 -03:00
2026-02-26 16:50:01 -03:00
2026-04-16 05:26:17 -03:00
2026-05-29 12:44:29 -03:00
2026-04-16 05:26:17 -03:00
2026-04-16 05:26:17 -03:00
2026-05-24 18:05:58 -03:00
2026-04-12 18:43:19 -03:00
2026-05-24 18:05:58 -03:00
2026-05-18 19:40:10 -03:00
2026-05-24 18:05:58 -03:00
2026-05-16 21:05:49 -03:00
2026-05-20 09:12:49 -03:00
2026-05-29 12:44:29 -03:00
2026-04-30 14:08:50 -03:00
2026-05-17 05:33:27 +07:00
2026-04-17 18:45:32 -03:00
2026-05-26 23:51:47 -03:00
2026-05-24 18:05:58 -03:00
2026-05-26 23:51:47 -03:00
2026-05-29 12:44:29 -03:00
2026-05-31 09:34:16 -03:00
2026-05-23 01:46:59 -03:00
2026-05-26 23:51:47 -03:00
2026-05-31 09:34:16 -03:00
2026-05-28 21:06:47 -03:00
2026-02-18 00:02:15 -03:00
2026-05-30 21:18:25 -03:00
2026-05-23 01:46:59 -03:00
2026-05-28 13:18:37 -03:00
2026-02-25 13:30:57 -03:00
2026-02-18 00:02:15 -03:00
2026-04-03 00:15:35 -03:00
2026-05-16 12:25:02 -03:00
2026-02-25 19:23:54 -03:00
2026-05-18 09:18:25 -03:00
2026-05-23 01:46:59 -03:00
2026-04-30 14:08:50 -03:00