This commit is contained in:
Peter Hedenskog 2012-10-03 00:11:03 +02:00
parent 6372d4b0f6
commit 0b2f8a6d5d
1 changed files with 2 additions and 2 deletions

View File

@ -100,13 +100,13 @@
</div>
<div class="row">
<div class="span3">
<div class="span6">
<div class="alert alert-#totalJsSyncInHeadType($totalJsSyncInHeadAverage)">
JS synchronously in head (avg)
<div class='large'><a href="#" rel="popover" class="alert-#totalJsSyncInHeadType($totalJsSyncInHeadAverage)" data-trigger="hover" title="<h4>Average number of javascripts loaded synchronously inside of the head tag</h4>" data-content="$jsSyncInHeadText">$totalJsSyncInHeadAverage</a></div>
</div>
</div>
<div class="span3">
<div class="span6">
<div class="alert alert-#spofType($totalSpofAverage)">
SPOF per page
<div class='large'><a href="#" rel="popover" class="alert-#spofType($totalSpofAverage)" data-trigger="hover" title="<h4>Number of single point of failures per page</h4>" data-content="$spofPerPageText">$totalSpofAverage</a></div>