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