Skip to content

Commit

Permalink
Add the vulnerabilities_risk_threshold field to the Product Essential…
Browse files Browse the repository at this point in the history
…s tab #97

Signed-off-by: tdruez <tdruez@nexb.com>
  • Loading branch information
tdruez committed Dec 16, 2024
1 parent 4ef924d commit 8c96ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions product_portfolio/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ def tab_essentials(self):
TabField("primary_language"),
TabField("release_date"),
TabField("contact"),
TabField("vulnerabilities_risk_threshold", condition=bool),
TabField("vcs_url", value_func=urlize_target_blank),
TabField("code_view_url", value_func=urlize_target_blank),
TabField("bug_tracking_url", value_func=urlize_target_blank),
Expand Down

0 comments on commit 8c96ba3

Please sign in to comment.