Added a recharts line chart on /host/:id/stats with auto-scaling Y-axis so tiny fluctuations actually show up as waves instead of flat lines. Range picker goes from 30m to 24h.Then i split the big single-page host view into proper routes:- /host/:id/resources — VM table, filters, folders- /host/:id/resources/folder/:name — folder-filtered view - /host/:id/stats — node overview + chartFolder URLs are always lowercase now, matched case-insensitive against actual names.Power controls are in! Right-click any VM for Start / Reboot / Shutdown / Stop. Stop shows a confirmation dialog. Also added bulk actions via the checkbox selection bar — can Start / Shutdown / Stop / Reboot multiple VMs at once. After any action the UI polls Proxmox every 1.5s until the status actually flips, with a spinner on the row so you know somethings happening. That took some trial and error with the refs lol.Now its time for some polishing and then we are done with the SSH features.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.