From 07083d0098ca0eca7dd0760d37cf441caf72f312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Tue, 23 Sep 2014 11:02:36 +0200 Subject: [PATCH] Bad metric was displayed --- app/node_views/results.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/node_views/results.html b/app/node_views/results.html index ff580af..4868c2b 100644 --- a/app/node_views/results.html +++ b/app/node_views/results.html @@ -384,7 +384,7 @@
404 not found
- {{phantomasResults.metrics.otherCount}} + {{phantomasResults.metrics.notFound}}
@@ -392,7 +392,7 @@
Connections closed
- {{phantomasResults.metrics.otherCount}} + {{phantomasResults.metrics.closedConnections}}
@@ -400,7 +400,7 @@
Duplicated requests
- {{phantomasResults.metrics.otherCount}} + {{phantomasResults.metrics.multipleRequests}}
@@ -408,7 +408,7 @@
Caching disabled
- {{phantomasResults.metrics.otherCount}} + {{phantomasResults.metrics.cachingDisabled}}
@@ -416,7 +416,7 @@
Caching not specified
- {{phantomasResults.metrics.otherCount}} + {{phantomasResults.metrics.cachingNotSpecified}}
@@ -424,7 +424,7 @@
Caching too short
- {{phantomasResults.metrics.otherCount}} + {{phantomasResults.metrics.cachingTooShort}}
@@ -432,7 +432,7 @@
Different domains
- {{phantomasResults.metrics.otherCount}} + {{phantomasResults.metrics.domains}}