From 50077d04a8c4d44d3d35bb74d9f63723518c2440 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Mon, 8 Feb 2016 02:09:47 +0200 Subject: [PATCH] show only new --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index 7d23baee..75ee0d7b 100755 --- a/web/index.html +++ b/web/index.html @@ -1003,7 +1003,7 @@ var chartData = { 'netfilter.new': { heads: [ - gaugeChart('New Connections', '12%', '', '#5555AA') + gaugeChart('New Connections', '12%', 'new', '#5555AA') ] }, -- 2.39.2