|
@@ -179,10 +179,18 @@
|
|
(<ng-pluralize count="offender.requests" when="{'one':'1 request','other':'{} requests'}"></ng-pluralize>)
|
|
(<ng-pluralize count="offender.requests" when="{'one':'1 request','other':'{} requests'}"></ng-pluralize>)
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div ng-if="policyName === 'globalVariables' || policyName === 'jQueryVersionsLoaded' || policyName === 'synchronousXHR'">
|
|
|
|
|
|
+ <div ng-if="policyName === 'globalVariables'">
|
|
|
|
+ {{offender}}
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div ng-if="policyName === 'jQueryVersionsLoaded'">
|
|
{{offender.version}}
|
|
{{offender.version}}
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ <div ng-if="policyName === 'synchronousXHR'">
|
|
|
|
+ {{offender.url}}
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<div ng-if="policyName === 'fontsCount'">
|
|
<div ng-if="policyName === 'fontsCount'">
|
|
<url-link url="offender.url" max-length="70"></url-link>
|
|
<url-link url="offender.url" max-length="70"></url-link>
|
|
({{offender.size | bytes}})
|
|
({{offender.size | bytes}})
|