Skip to content

Commit

Permalink
Merge pull request #6883 from davidwatkins73/waltz-6874-soften-breach…
Browse files Browse the repository at this point in the history
…-warning

Soften the rating breach warning
  • Loading branch information
jessica-woodland-scott-db authored Dec 1, 2023
2 parents f3f06dc + 863e3c8 commit 51bc2ba
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 51bc2ba

Please sign in to comment.