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 '' row.fuel = row.fuel > 0 and Util.toBytes(row.fuel) or ''
end end
if row.distance then if row.distance then
row.distance = Util.round(row.distance, 1) row.distance = Util.toBytes(Util.round(row.distance, 1))
end end
return row return row
end end

View File

@ -11,6 +11,9 @@
title = "Cloud", title = "Cloud",
category = "Apps", category = "Apps",
run = "cshell.lua", run = "cshell.lua",
iconExt = "\0300\031f\159\131\135\0310\128\128\031f\139\131\030f\0310\144\
\0300\128\031f\137\144\0310\128\030a\136\149\133\0300\128\
\0300\031f\144\134\136\132\031a\142\138\138\030f\0310\159",
}, },
[ "53ebc572b4a44802ba114729f07bdaaf5409a9d7" ] = { [ "53ebc572b4a44802ba114729f07bdaaf5409a9d7" ] = {
title = "Network", title = "Network",