No description
Find a file
Dominik Rusovac d5dc1b7a25 dashboard: clarify presentation of CPU utilization
To align "Summary" of "Resources" in "Datacenter" of the PVE web ui,
this adds "CPU(s)" as the unit of the total number of CPUs displayed
above to the right of the CPU utilization bar. In addition, this makes
the involved strings translatable.

Signed-off-by: Dominik Rusovac <d.rusovac@proxmox.com>
Link: https://lore.proxmox.com/20260219120535.209549-4-d.rusovac@proxmox.com
2026-03-24 18:33:37 +01:00
.cargo updates to make it compile again 2024-11-29 10:36:32 +01:00
debian d/control: refresh build-dependencies to match Cargo.toml 2026-01-22 20:12:01 +01:00
images add manifest.json 2025-06-12 12:30:57 +02:00
pwt-assets@3617f49cfc update pwt-assets for tab-bar primary/secondary mode 2026-01-12 16:42:20 +01:00
src dashboard: clarify presentation of CPU utilization 2026-03-24 18:33:37 +01:00
.gitignore update and extend gitignore 2025-08-01 19:51:18 +02:00
.gitmodules use pve-api-types debian package 2025-09-23 13:04:21 +02:00
Cargo.toml cargo.toml: do not patch proxmox-yew-comp by default in git 2026-01-22 20:31:42 +01:00
index.html drop /pve2 from base-path 2025-07-31 00:57:06 +02:00
index.html.tpl index.html.tpl: correctly quote strings, add uiVersion 2025-07-31 11:03:13 +02:00
Makefile bump version to 0.6.3 2025-11-06 12:45:29 +01:00
manifest.json use pve2/yew-modile prefix, install index.html.tpl for pveproxy 2025-07-18 13:18:05 +02:00
pve.css update pwt-assets 2025-12-01 13:08:05 +01:00
README.md updates to make it compile again 2024-11-29 10:36:32 +01:00
Trunk.toml drop /pve2 from base-path 2025-07-31 00:57:06 +02:00

Run with proxy to real server

Note: you need an TLS key (api.key) and certificate (api.pem).

trunk serve --proxy-backend=https://${SERVER}:8006/api2/ --proxy-insecure --tls-key-path api.key --tls-cert-path api.pem