1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-29 22:53:01 +00:00

simplify ui

This commit is contained in:
kepler155c@gmail.com
2017-10-11 11:37:52 -04:00
parent 05c99b583a
commit 852ad193f0
11 changed files with 260 additions and 291 deletions

View File

@@ -204,7 +204,7 @@ function page:setResult(result)
if Util.size(v) == 0 then
entry.value = 'table: (empty)'
else
entry.value = 'table'
entry.value = tostring(v)
end
end
table.insert(t, entry)