Skip to content

Commit

Permalink
Soften the rating breach warning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwatkins73 committed Nov 30, 2023
1 parent f22cdba commit 863e3c8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</span>
<waltz-icon name="exclamation-triangle"
ng-if="node.ratingSchemeItem.isRestricted"
style="color: red; position: relative; top: -1px">
style="color: #efc155; position: relative; top: -1px">
</waltz-icon>
<span style="position: relative; top: -1px"
class="waltz-visibility-child-30">
Expand Down Expand Up @@ -184,7 +184,9 @@
class="text-muted">
<waltz-icon name="exclamation-triangle">
</waltz-icon>
This rating is in breach of the constraining assessment
This rating is in breach of the constraining assessment.
It has a 'higher' rating than the overall
{{node.rating.entityReference.kind | toDisplayName:'entity'}}.
</div>
</div>
</script>

0 comments on commit 863e3c8

Please sign in to comment.