Don't need that duplex info

This commit is contained in:
David Heinemeier Hansson
2026-05-19 08:42:49 +02:00
parent 8613ead8c1
commit c6df292c80
+1 -1
View File
@@ -885,7 +885,7 @@ fi
InfoPair {
visible: root.info.type === "ethernet" && !!root.info.speed
label: "Link"
value: root.formatSpeed(root.info.speed || "") + (root.info.duplex ? " • " + root.info.duplex + " dup" : "")
value: root.formatSpeed(root.info.speed || "")
}
// Wi-Fi details