disable red server

This commit is contained in:
kepler155c@gmail.com
2018-12-20 19:28:26 -05:00
parent 7d64b0c6db
commit 5d38c307b3
4 changed files with 10 additions and 11 deletions

View File

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