Skip to content

Commit

Permalink
Revert "libvirtApi remove use of interfaceGetAll"
Browse files Browse the repository at this point in the history
This reverts commit 5760f3f.
  • Loading branch information
martinpitt authored and jelly committed Aug 27, 2024
1 parent 94b5ada commit a88fa81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/libvirtApi/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ import {
Enum,
timeout,
} from "../libvirtApi/helpers.js";
import {
interfaceGetAll,
} from "../libvirtApi/interface.js";
import {
networkGet,
networkGetAll,
Expand Down Expand Up @@ -452,6 +455,7 @@ export function getApiData({ connectionName }) {
return Promise.allSettled([
domainGetAll({ connectionName }),
storagePoolGetAll({ connectionName }),
interfaceGetAll({ connectionName }),
networkGetAll({ connectionName }),
nodeDeviceGetAll({ connectionName }),
getNodeMaxMemory({ connectionName }),
Expand Down

0 comments on commit a88fa81

Please sign in to comment.