sterrenb / flutterhole

A third party Android application for the Pi-Hole® dashboard.
https://play.google.com/store/apps/details?id=sterrenburg.github.flutterhole
MIT License
401 stars 27 forks source link

Worng reply duration time #142

Open Luser0 opened 3 years ago

Luser0 commented 3 years ago

The app shows the reply duration incorrectly say if the reply duration was 70.1ms it shows that it was 701 ms

To Reproduce Steps to reproduce the behavior:

  1. Go to the query log and click on a query to show more info
  2. Take note of domain and reply time
  3. Go to a normal browser and login to pihole
  4. Go to the query log and find the same query you took note of in the app's quiry log 5 you'll find that the query in the app is incorrectly represented (missing a decimal point)

Expected behavior The decimal point is correctly placed

Screenshots Screenshot_20210328-053144.pngScreenshot_20210328-053133.png