mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
show idle tuner as "IDLE" instead of nothing
This commit is contained in:
parent
80e076c89a
commit
df66554616
@ -52,7 +52,7 @@ function Show(TunerList)
|
|||||||
if( TunerList[i].Status == "Active" )
|
if( TunerList[i].Status == "Active" )
|
||||||
document.getElementById("tdStatus"+i).firstChild.nodeValue = "No Signal";
|
document.getElementById("tdStatus"+i).firstChild.nodeValue = "No Signal";
|
||||||
else
|
else
|
||||||
document.getElementById("tdStatus"+i).firstChild.nodeValue = "";
|
document.getElementById("tdStatus"+i).firstChild.nodeValue = "IDLE";
|
||||||
document.getElementById("tdStrength"+i).firstChild.nodeValue = "";
|
document.getElementById("tdStrength"+i).firstChild.nodeValue = "";
|
||||||
document.getElementById("tdSNR"+i).firstChild.nodeValue = "";
|
document.getElementById("tdSNR"+i).firstChild.nodeValue = "";
|
||||||
document.getElementById("tdQuality"+i).firstChild.nodeValue = "";
|
document.getElementById("tdQuality"+i).firstChild.nodeValue = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user