mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
web: allow higher plot refresh rates
This commit is contained in:
parent
90d4374ddc
commit
313193140d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ $(document).ready(function() {
|
|||
|
||||
$('#updaterate').slider({
|
||||
min : 1,
|
||||
max : 50,
|
||||
max : 100,
|
||||
value : updateRate,
|
||||
slide : function(e, ui) {
|
||||
clearInterval(timer);
|
||||
|
|
Loading…
Add table
Reference in a new issue