Skip to content

Commit 2ffc335

Browse files
committed
Changed the timing scale to be milliseconds and creating a multipler at that scale. This means more visually.
1 parent 6a3a9ca commit 2ffc335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/network/network.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h5>
103103
{{hop.host || '*'}}
104104
</h5>
105105
<div class="horizontal-filler-wrapper" ng-show="hop.averageResponse">
106-
<div class="horizontal-filler" style="animation-duration: {{(hop.averageResponse).toFixed(2)}}s;"></div>
106+
<div class="horizontal-filler" style="animation-duration: {{(hop.averageResponse * 100).toFixed(2)}}ms;"></div>
107107
</div>
108108
<p>
109109
{{hop.address || '*'}}

0 commit comments

Comments
 (0)