File tree Expand file tree Collapse file tree
product_portfolio/templates/product_portfolio/compliance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ <h3 class="fs-6 fw-medium mb-0">{% trans "Policy violations" %}</h3>
1111 < button type ="button "
1212 class ="btn btn-link p-0 text-body-tertiary lh-1 "
1313 data-bs-toggle ="modal "
14- data-bs-target ="#active -rules-modal "
15- aria-label ="{% trans 'View active rules' %} ">
14+ data-bs-target ="#policy -rules-modal "
15+ aria-label ="{% trans 'View policy rules' %} ">
1616 < i class ="fas fa-circle-info small "> </ i >
1717 </ button >
1818 </ div >
@@ -32,16 +32,16 @@ <h3 class="fs-6 fw-medium mb-0">{% trans "Policy violations" %}</h3>
3232 </ form >
3333 {% endif %}
3434 < span class ="badge bg-danger-subtle text-danger-emphasis ">
35- {{ policy_violation_count }} {% trans "active " %}
35+ {{ policy_violation_count }} {% trans "triggered " %}
3636 </ span >
3737 </ div >
3838 </ div >
3939
40- < div class ="modal fade " id ="active -rules-modal " tabindex ="-1 " aria-labelledby ="active -rules-modal-label " aria-hidden ="true ">
40+ < div class ="modal fade " id ="policy -rules-modal " tabindex ="-1 " aria-labelledby ="policy -rules-modal-label " aria-hidden ="true ">
4141 < div class ="modal-dialog ">
4242 < div class ="modal-content ">
4343 < div class ="modal-header ">
44- < h5 class ="modal-title fs-6 fw-medium " id ="active -rules-modal-label "> {% trans "Active rules" %}</ h5 >
44+ < h5 class ="modal-title fs-6 fw-medium " id ="policy -rules-modal-label "> {% trans "Policy rules" %}</ h5 >
4545 < button type ="button " class ="btn-close " data-bs-dismiss ="modal " aria-label ="{% trans 'Close' %} "> </ button >
4646 </ div >
4747 < div class ="modal-body p-0 ">
You can’t perform that action at this time.
0 commit comments