1
0
mirror of https://github.com/kepler155c/opus synced 2025-11-12 05:23:01 +00:00

icon update - thx LDD

This commit is contained in:
kepler155c@gmail.com
2019-03-10 19:36:56 -04:00
parent a569c2c900
commit bd9b2825be
2 changed files with 4 additions and 1 deletions

View File

@@ -263,7 +263,7 @@ function page.grid:getDisplayValues(row)
row.fuel = row.fuel > 0 and Util.toBytes(row.fuel) or ''
end
if row.distance then
row.distance = Util.round(row.distance, 1)
row.distance = Util.toBytes(Util.round(row.distance, 1))
end
return row
end