We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3f06dc + 863e3c8 commit 51bc2baCopy full SHA for 51bc2ba
1 file changed
waltz-ng/client/measurable-rating/components/tree/measurable-rating-tree.html
@@ -72,7 +72,7 @@
72
</span>
73
<waltz-icon name="exclamation-triangle"
74
ng-if="node.ratingSchemeItem.isRestricted"
75
- style="color: red; position: relative; top: -1px">
+ style="color: #efc155; position: relative; top: -1px">
76
</waltz-icon>
77
<span style="position: relative; top: -1px"
78
class="waltz-visibility-child-30">
@@ -184,7 +184,9 @@
184
class="text-muted">
185
<waltz-icon name="exclamation-triangle">
186
187
- This rating is in breach of the constraining assessment
+ 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'}}.
190
</div>
191
192
</script>
0 commit comments