Skip to content

Commit

Permalink
libvirtApi remove use of interfaceGetAll
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Aug 22, 2024
1 parent 0cd2a4d commit c4cac3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libvirtApi/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ 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 c4cac3c

Please sign in to comment.