changed to display kb instead of bytes where sizes are shown

This commit is contained in:
Peter Hedenskog 2012-10-28 00:28:04 +02:00
parent a501ad40d4
commit 29780894e7
1 changed files with 2 additions and 2 deletions

View File

@ -120,13 +120,13 @@
<div class="span6">
<div class="alert alert-#weightType($pageWeightAverage)">
Total page weight
<div class='large'><a href="#" rel="popover" class="alert-#weightType($pageWeightAverage)" data-trigger="hover" title="<strong>Average page weight</strong>" data-content="$pageWeightText">$pageWeightAverage</a></div>
<div class='large'><a href="#" rel="popover" class="alert-#weightType($pageWeightAverage)" data-trigger="hover" title="<strong>Average page weight</strong>" data-content="$pageWeightText">$math.roundTo(1,$math.div($pageWeightAverage,1000)) kb</a></div>
</div>
</div>
<div class="span6">
<div class="alert alert-#weightMobileType($totalDocumentWeightAverage)">
Document page weight
<div class='large'><a href="#" rel="popover" class="alert-#weightMobileType($totalDocumentWeightAverage)" data-trigger="hover" title="<strong>Average document weight</strong>" data-content="$documentWeightText">$totalDocumentWeightAverage</a></div>
<div class='large'><a href="#" rel="popover" class="alert-#weightMobileType($totalDocumentWeightAverage)" data-trigger="hover" title="<strong>Average document weight</strong>" data-content="$documentWeightText">$math.roundTo(1,$math.div($totalDocumentWeightAverage,1000)) kb</a></div>
</div>
</div>
</div>