|
@@ -14,7 +14,7 @@
|
|
|
<div class="clearfix">
|
|
|
<div class="clearfix" style="float:left">
|
|
|
<div style="float:left">
|
|
|
- <span style="font-weight: bold; font-size: 50px">
|
|
|
+ <span style="font-weight: bold; font-size: 35px">
|
|
|
{{series['latency']['avg']|number_format(2,'.','')}}
|
|
|
</span>
|
|
|
</div>
|
|
@@ -25,11 +25,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="clearfix" style="float:left">
|
|
|
- <span style="font-weight: bold; font-size: 50px; color:#7cb5ec">/</span>
|
|
|
+ <span style="font-weight: bold; font-size: 35px; color:#7cb5ec">/</span>
|
|
|
</div>
|
|
|
<div class="clearfix" style="float:left">
|
|
|
<div style="float:left">
|
|
|
- <span style="font-weight: bold; font-size: 50px">
|
|
|
+ <span style="font-weight: bold; font-size: 35px">
|
|
|
{{series['latency']['max']|number_format(2,'.','')}}
|
|
|
</span>
|
|
|
</div>
|
|
@@ -52,7 +52,7 @@
|
|
|
<div class="clearfix">
|
|
|
<div class="clearfix" style="float:left">
|
|
|
<div style="float:left">
|
|
|
- <span style="font-weight: bold; font-size: 50px">
|
|
|
+ <span style="font-weight: bold; font-size: 35px">
|
|
|
{{series['jitter']['avg']|number_format(2,'.','')}}
|
|
|
</span>
|
|
|
</div>
|
|
@@ -63,11 +63,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="clearfix" style="float:left">
|
|
|
- <span style="font-weight: bold; font-size: 50px; color:#f7a35c">/</span>
|
|
|
+ <span style="font-weight: bold; font-size: 35px; color:#f7a35c">/</span>
|
|
|
</div>
|
|
|
<div class="clearfix" style="float:left">
|
|
|
<div style="float:left">
|
|
|
- <span style="font-weight: bold; font-size: 50px">
|
|
|
+ <span style="font-weight: bold; font-size: 35px">
|
|
|
{{series['jitter']['max']|number_format(2,'.','')}}
|
|
|
</span>
|
|
|
</div>
|