mirror of https://github.com/aredn/aredn.git
feature: add signal2 graphing page to status page as a button
This commit is contained in:
parent
a489928fc6
commit
e3962e12e1
|
@ -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 .= " ";
|
||||
$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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue