From ae6a087a3ac6802dec00c58fa34d208b9613fdcf Mon Sep 17 00:00:00 2001
From: David Schmitz <schmitz@lrz.de>
Date: Fri, 27 Jan 2023 14:02:21 +0000
Subject: [PATCH] feature: rule id shown in UI: improve any clarify rule id
 display

---
 templates/flowspy/route_details.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/flowspy/route_details.html b/templates/flowspy/route_details.html
index a75aa342..17f7e303 100644
--- a/templates/flowspy/route_details.html
+++ b/templates/flowspy/route_details.html
@@ -84,7 +84,7 @@ function myreloadPage() {
                {% endif %}
              </div>
              {% endif %}
-	     <br> (Id: {{ route.id }})
+	     <br> FoD Rule Id: {{ route.id }}
         </div>
         <div>
             <h2>Statistics</h2>
-- 
GitLab