fix: restore broken getSummary function declaration
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -177,6 +177,9 @@ export async function powerControl(nodeName, vmid, type, action) {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Aggregated summary across all nodes.
|
* Aggregated summary across all nodes.
|
||||||
|
* @returns {Promise<SummaryStat>}
|
||||||
|
*/
|
||||||
|
export async function getSummary() {
|
||||||
const nodes = await getNodes();
|
const nodes = await getNodes();
|
||||||
let totalVMs = [];
|
let totalVMs = [];
|
||||||
let totalLXC = [];
|
let totalLXC = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user