From b4feffa46d2bfb90e856e159616b331a97e929ad Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 3 Nov 2014 21:09:08 +0100 Subject: added first version for the logo --- contrib/logo/logo.svg | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/viz/index.js | 3 +- 2 files changed, 138 insertions(+), 1 deletion(-) create mode 100644 contrib/logo/logo.svg diff --git a/contrib/logo/logo.svg b/contrib/logo/logo.svg new file mode 100644 index 0000000..b93b087 --- /dev/null +++ b/contrib/logo/logo.svg @@ -0,0 +1,136 @@ + + + + + + + + + + image/svg+xml + + + + + + + 5 + s + + + + + + + + + + + + diff --git a/src/viz/index.js b/src/viz/index.js index 907e1bf..ee51064 100644 --- a/src/viz/index.js +++ b/src/viz/index.js @@ -1,8 +1,9 @@ var qintv_ms = 5000; var uripart = "/updates?"; //var lastfrom = ""; +var lastfrom="limit=12000"; //var lastfrom = "from="+(new Date(Date.now() - 10*60*1000)).toISOString(); -var lastfrom="?limit=120"; +//var lastfrom = "from="+(new Date(Date.now() - 10*60*1000)).toISOString()+"&limit=1000"; //console.log(lastfrom); //var possible_display_functions = {"Off":"none", "Value":showvalue, "Gauge":showgauge, "Graph":showasgraph}; var possible_display_functions = {"Off":"none", "Value":showvalue, "Graph":showasgraph}; -- cgit v1.2.3