1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-17 21:58:06 +00:00
This commit is contained in:
kepler155c@gmail.com
2019-11-18 14:32:10 -07:00
parent a3a8c64be8
commit ffa412c59d
8 changed files with 245 additions and 252 deletions

View File

@@ -24,7 +24,7 @@ local page = UI.Page {
values = kernel.routines,
sortColumn = 'uid',
autospace = true,
getDisplayValues = function(_, row)
getDisplayValues = function (_, row)
local elapsed = os.clock()-row.timestamp
return {
uid = row.uid,