From f4ceae6c0fad98304f1dcc02b4656c511af4b674 Mon Sep 17 00:00:00 2001 From: Felix Hernandez Date: Fri, 25 Aug 2023 15:09:46 -0600 Subject: [PATCH] Fix checkbox disappear findings (windows resize) (#8557) * Fix checkbox disappear findings (windows resize) * fix checkboxes disappear in all project --------- Co-authored-by: Felix Hernandez --- dojo/templates/dojo/alerts.html | 4 ++-- dojo/templates/dojo/endpoints.html | 4 ++-- dojo/templates/dojo/findings_list_snippet.html | 4 ++-- dojo/templates/dojo/snippets/endpoints.html | 8 ++++---- dojo/templates/dojo/view_test.html | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dojo/templates/dojo/alerts.html b/dojo/templates/dojo/alerts.html index 640cbf2751..1607290518 100644 --- a/dojo/templates/dojo/alerts.html +++ b/dojo/templates/dojo/alerts.html @@ -17,7 +17,7 @@ {% trans "Title" %} {% trans "Description" %} {% trans "Timeframe" %} - + @@ -30,7 +30,7 @@ {%if alert.url %}{% endif %}{{ alert.title }}{% if alert.url %}{% endif %} {{ alert.description|linebreaks }} {{ alert.created }} - + diff --git a/dojo/templates/dojo/endpoints.html b/dojo/templates/dojo/endpoints.html index 01bef17ede..ecaaef6d52 100644 --- a/dojo/templates/dojo/endpoints.html +++ b/dojo/templates/dojo/endpoints.html @@ -70,7 +70,7 @@

class="tablesorter-bootstrap table table-condensed table-striped table-hover"> {% if not product_tab or product_tab and product_tab.product|has_object_permission:"Endpoint_Edit" %} - +
@@ -94,7 +94,7 @@

{% for e in endpoints %} {% if not product_tab or product_tab and product_tab.product|has_object_permission:"Endpoint_Edit" %} - +
diff --git a/dojo/templates/dojo/findings_list_snippet.html b/dojo/templates/dojo/findings_list_snippet.html index b0c7ef69a9..04f616caf8 100644 --- a/dojo/templates/dojo/findings_list_snippet.html +++ b/dojo/templates/dojo/findings_list_snippet.html @@ -264,7 +264,7 @@

{% if not product_tab or product_tab and product_tab.product|has_object_permission:"Finding_Edit" %} - +