mirror of https://github.com/aredn/aredn.git
changed default chart view to realtime
This commit is contained in:
parent
43565d714e
commit
1ef42568c2
|
@ -217,7 +217,7 @@ if($config eq "mesh" or $config eq "client")
|
||||||
if($s eq "N/A") { $str .= "N/A" }
|
if($s eq "N/A") { $str .= "N/A" }
|
||||||
else { $str .= sprintf "<big><b>%d / %d / %d dB</b></big>", $s, $n, $s - $n }
|
else { $str .= sprintf "<big><b>%d / %d / %d dB</b></big>", $s, $n, $s - $n }
|
||||||
$str .= " ";
|
$str .= " ";
|
||||||
$str .= "<button type=button onClick='window.location=\"signal\"' title='Display continuous or archived signal strength on a chart'>Charts</button>\n";
|
$str .= "<button type=button onClick='window.location=\"signal?realtime=1\"' title='Display continuous or archived signal strength on a chart'>Charts</button>\n";
|
||||||
$str .= "</nobr></td>";
|
$str .= "</nobr></td>";
|
||||||
push @col2, $str;
|
push @col2, $str;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue