- {networkData.vm_lxc_interfaces.map((interface_, index) => {
+ {vmLxcInterfaces.map((interface_, index) => {
const vmTypeBadge = getVMTypeBadge(interface_.vm_type)
return (
@@ -406,7 +515,6 @@ export function NetworkMetrics() {
)}
- {/* Interface Details Modal */}