From a20931a014a5875874f233cc60de67a6c0cb8317 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Sun, 25 Jun 2023 15:34:46 +0530 Subject: [PATCH] remove the extra filter #12842 --- netbox/templates/extras/report_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/extras/report_list.html b/netbox/templates/extras/report_list.html index 3ef3e7221..7867fdbbe 100644 --- a/netbox/templates/extras/report_list.html +++ b/netbox/templates/extras/report_list.html @@ -38,7 +38,7 @@
{% include 'inc/sync_warning.html' with object=module %} - {% if module.reports|length %} + {% if module.reports %}