From 2649fafaf941ea38f99b9e329ee2ec1ca13e41cd Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Sat, 12 Jan 2019 11:24:02 +0000 Subject: [PATCH] Differentiate protocols that are passive and in the 'start' state in the protocol summary view. This is a normal condition, so the protocols shouldn't be flagged with a 'danger' badge. --- templates/summary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/summary.html b/templates/summary.html index d1a6c70..0f1acf0 100644 --- a/templates/summary.html +++ b/templates/summary.html @@ -11,7 +11,7 @@ {{row.name}} {{row.proto}} - {{row.state}} + {{row.state}} {{row.since}} {{row.info}}