diff --git a/src/libvirtApi/common.js b/src/libvirtApi/common.js index 327013332..bf52d8f75 100644 --- a/src/libvirtApi/common.js +++ b/src/libvirtApi/common.js @@ -455,7 +455,6 @@ export function getApiData({ connectionName }) { return Promise.allSettled([ domainGetAll({ connectionName }), storagePoolGetAll({ connectionName }), - interfaceGetAll({ connectionName }), networkGetAll({ connectionName }), nodeDeviceGetAll({ connectionName }), getNodeMaxMemory({ connectionName }),