Skip to content

Commit

Permalink
www: fix status info for devices with ethernet
Browse files Browse the repository at this point in the history
  • Loading branch information
marcone committed Oct 7, 2024
1 parent 557b59f commit 429d7ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teslausb-www/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@
if (statusvals.ether_speed == "") {
etherdiv.style.display="none";
} else {
etherdiv.style.display="";
etherdiv.style.display="inherit";
var etherinfospan = document.querySelector(".status_ether_info");
var etherinfo="";
if (statusvals.ether_speed == "Unknown!") {
Expand Down

0 comments on commit 429d7ef

Please sign in to comment.