feat: add marketing site and expand Proxmox management features

This commit is contained in:
Matt
2026-08-10 14:33:06 +00:00
parent 27b9aeb45e
commit 20dd2dc449
70 changed files with 12092 additions and 1282 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ async fn status_info_when_disconnected() {
assert_eq!(info.current_endpoint_url, server.base_url());
assert!(info.nodes.is_empty());
assert_eq!(
version_mock.hits(),
version_mock.calls(),
0,
"a disconnected connection must not hit the network"
);