mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-10 20:06:18 +00:00
Update hardware.tsx
This commit is contained in:
@@ -113,6 +113,12 @@ export default function Hardware() {
|
||||
refreshInterval: 5000,
|
||||
})
|
||||
|
||||
if (hardwareData) {
|
||||
console.log("[v0] Hardware data received:", hardwareData)
|
||||
console.log("[v0] Network cards:", hardwareData.network_cards)
|
||||
console.log("[v0] Network cards length:", hardwareData.network_cards?.length)
|
||||
}
|
||||
|
||||
if (error) {
|
||||
return (
|
||||
<div className="p-6">
|
||||
|
Reference in New Issue
Block a user