changed default chart view to realtime

This commit is contained in:
Darryl Quinn 2015-12-10 11:22:30 -06:00
parent 43565d714e
commit 1ef42568c2
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ if($config eq "mesh" or $config eq "client")
if($s eq "N/A") { $str .= "N/A" }
else { $str .= sprintf "<big><b>%d / %d / %d dB</b></big>", $s, $n, $s - $n }
$str .= "&nbsp;&nbsp;&nbsp;";
$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>";
push @col2, $str;
}