feature: add signal2 graphing page to status page as a button

This commit is contained in:
Darryl Quinn 2015-11-24 22:39:27 -06:00
parent a489928fc6
commit e3962e12e1
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ if($config eq "mesh" or $config eq "client")
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?start=1\"' title='Display continuous signal strength'>Auto</button>\n";
$str .= "<button type=button onClick='window.location=\"signal2\"' title='Display continuous signal strength on a graph'>Graph</button>\n";
$str .= "</nobr></td>";
push @col2, $str;
}