mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-16 09:06:23 +00:00
Update hardware.tsx
This commit is contained in:
@@ -113,6 +113,12 @@ export default function Hardware() {
|
|||||||
refreshInterval: 5000,
|
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) {
|
if (error) {
|
||||||
return (
|
return (
|
||||||
<div className="p-6">
|
<div className="p-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user