ui(admin): drop explicit rpc-url on logs viewer (hero_proc default kicks in) #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to lhumina_code/hero_website_framework#9. The web component now defaults its logs endpoint to
/hero_proc/rpc, so the explicit override on this template was redundant and aimed the component at the wrong daemon. Dropping it lets the new default kick in.Test plan
lab build --release --install --workspaceclean (4/4 binaries)strings hero_assistance_admin | grep logs-rpc-urlreturns 5/static/shared/js/logs-viewer.jscontains the new precedence chain/no longer emitsrpc-urlon<hero-logs-viewer>/hero_proc/rpcthrough hero_router returns log rowsOut-of-scope follow-up
Live verify also surfaced a pre-existing schema mismatch between
hero_proc.logs.filter(returnsline/src/stream/timestamp_ms) and what<hero-logs-viewer>renders against (ts/content/src/loglevel/error/tags). Will be filed as a new hero_website_framework issue after this lands.