fix: show resource preview in non-explorer mode #85
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_compute!85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_local_resource"
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?
Summary
_deployNodeDatawas never populated outside explorer mode. Now the deploy modal fetches the local node's resources viaComputeService.node_statusandComputeService.list_slicesRPC calls, populates the preview, and shows the max slices hint — while keeping the node selector hidden (single-node context).Changed files
crates/hero_compute_ui/static/js/dashboard.js— fetch local node data in non-explorer deploy modal to show resource previewTest plan
http://worker-ip:9001Resolves #79
feat(ui): fix showing local resources in the uito fix: show resource preview in non-explorer mode and normalize RPC method casingc6eb3ab892e397d335c6LGTM
fix: show resource preview in non-explorer mode and normalize RPC method casingto fix: show resource preview in non-explorer mode