fix: restore broken getSummary function declaration

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-05-07 09:07:55 +01:00
parent 51753269ca
commit 6b61c3240a

View File

@@ -177,6 +177,9 @@ export async function powerControl(nodeName, vmid, type, action) {
/**
* Aggregated summary across all nodes.
* @returns {Promise<SummaryStat>}
*/
export async function getSummary() {
const nodes = await getNodes();
let totalVMs = [];
let totalLXC = [];