Fix UI on the Brotli rule

This commit is contained in:
Gaël Métais
2021-01-09 22:05:27 +00:00
parent d023af20a0
commit 9c0743d668
+2 -2
View File
@@ -337,12 +337,12 @@
</div>
<div ng-if="policyName === 'compression'">
<h3 ng-if="rule.value > 0">{{rule.value | bytes}} could be saved on <ng-pluralize count="rule.offendersObj.list.images.length" when="{'one': '1 file', 'other': '{} files'}"></ng-pluralize></h3>
<h3 ng-if="rule.value > 0">{{rule.value | bytes}} could be saved on <ng-pluralize count="rule.offendersObj.list.files.length" when="{'one': '1 file', 'other': '{} files'}"></ng-pluralize></h3>
<div class="table">
<div class="headers">
<div>File</div>
<div>Current weight</div>
<div>Gzip</div>
<div>Gzip weight</div>
<div>Brotli</div>
<div>Gain</div>
</div>