Skip to content

Commit

Permalink
adjusts columns
Browse files Browse the repository at this point in the history
  • Loading branch information
inesmartins-swordhealth committed May 21, 2024
1 parent 6f8ddd1 commit 94921ab
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions dojo/templates/dojo/findings_list_snippet.html
Original file line number Diff line number Diff line change
Expand Up @@ -694,14 +694,11 @@ <h3 class="has-filters">
}},
{ "data": "cwe" },
{ "data": "cve" },
{ "data": "epss_score", "type": "num", "render": percentSort },
{ "data": "epss_percentile", "type": "num", "render": percentSort },
{ "data": "found_date" },
{ "data": "finding_age" },
{% if system_settings.enable_finding_sla %}
{ "data": "finding_sla" },
{% endif %}
{ "data": "reported_by" },
{ "data": "found_by_test" },
{ "data": "status" },
{% if system_settings.enable_jira %}
Expand All @@ -711,14 +708,9 @@ <h3 class="has-filters">
{ "data": "jira_change" },
{% endif %}
{% endif %}
{% if 'is_finding_groups_enabled'|system_setting_enabled %}
{ "data": "grouped" },
{% endif %}
{% if show_product_column and product_tab is None %}
{ "data": "product" },
{% endif %}
{ "data": "service" },
{ "data": "planned_remediation_date" },
{% endif %},
];
{% endblock datatables_columns %}
</script>
Expand Down

0 comments on commit 94921ab

Please sign in to comment.