Skip to content

Commit

Permalink
Changed the timing scale to be milliseconds and creating a multipler …
Browse files Browse the repository at this point in the history
…at that scale. This means more visually.
  • Loading branch information
xcjs committed Jul 20, 2016
1 parent 6a3a9ca commit 2ffc335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/network/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h5>
{{hop.host || '*'}}
</h5>
<div class="horizontal-filler-wrapper" ng-show="hop.averageResponse">
<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>
</div>
<p>
{{hop.address || '*'}}
Expand Down

0 comments on commit 2ffc335

Please sign in to comment.