|
@@ -146,7 +146,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div ng-if="policyName === 'cssColors' && rule.offendersObj.count > 0">
|
|
|
- <p>This is the color palette, sized by total occurrences:</p>
|
|
|
+ <p>This is the colors palette, sized by total occurrences:</p>
|
|
|
<div class="colorPalette">
|
|
|
<div ng-repeat="offender in rule.offendersObj.palette" style="background-color: {{offender.color}}; width: {{offender.occurrences * 100 / rule.offendersObj.palette[0].occurrences}}%"><div>{{offender.color}} ({{offender.occurrences}} times)</div></div>
|
|
|
</div>
|