We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3a9ca commit 2ffc335Copy full SHA for 2ffc335
src/app/pages/network/network.html
@@ -103,7 +103,7 @@ <h5>
103
{{hop.host || '*'}}
104
</h5>
105
<div class="horizontal-filler-wrapper" ng-show="hop.averageResponse">
106
- <div class="horizontal-filler" style="animation-duration: {{(hop.averageResponse).toFixed(2)}}s;"></div>
+ <div class="horizontal-filler" style="animation-duration: {{(hop.averageResponse * 100).toFixed(2)}}ms;"></div>
107
</div>
108
<p>
109
{{hop.address || '*'}}
0 commit comments