Skip to content

Commit 51bc2ba

Browse files
Merge pull request #6883 from davidwatkins73/waltz-6874-soften-breach-warning
Soften the rating breach warning
2 parents f3f06dc + 863e3c8 commit 51bc2ba

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

waltz-ng/client/measurable-rating/components/tree/measurable-rating-tree.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</span>
7373
<waltz-icon name="exclamation-triangle"
7474
ng-if="node.ratingSchemeItem.isRestricted"
75-
style="color: red; position: relative; top: -1px">
75+
style="color: #efc155; position: relative; top: -1px">
7676
</waltz-icon>
7777
<span style="position: relative; top: -1px"
7878
class="waltz-visibility-child-30">
@@ -184,7 +184,9 @@
184184
class="text-muted">
185185
<waltz-icon name="exclamation-triangle">
186186
</waltz-icon>
187-
This rating is in breach of the constraining assessment
187+
This rating is in breach of the constraining assessment.
188+
It has a 'higher' rating than the overall
189+
{{node.rating.entityReference.kind | toDisplayName:'entity'}}.
188190
</div>
189191
</div>
190192
</script>

0 commit comments

Comments
 (0)