From: sehraf Date: Thu, 8 Sep 2016 13:17:33 +0000 (+0200) Subject: added easypiechart for connected peers X-Git-Tag: v1.4.0~72^2~1 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a675156d977f6f4e48fb3c15a211951bc64bfc;p=netdata.git added easypiechart for connected peers --- diff --git a/web/index.html b/web/index.html index 0a7ff8c0..15a6b733 100644 --- a/web/index.html +++ b/web/index.html @@ -2124,6 +2124,21 @@ var chartData = { 'retroshare.peers': { info: 'Shows the number of (connected) friends.', + mainheads: [ + function(id) { + return '
'; + } + ] }, 'retroshare.dht': {