storage activity wrong amounts

This commit is contained in:
kepler155c@gmail.com
2017-05-13 23:45:59 -04:00
parent 4cbb2b2257
commit c34b46699b
4 changed files with 24 additions and 6 deletions

View File

@@ -78,7 +78,7 @@ function page:eventHandler(event)
title = t.label,
})
elseif event.type == 'trust' then
shell.run('trust ' .. t.id)
shell.openTab('trust ' .. t.id)
elseif event.type == 'reboot' then
sendCommand(t.id, 'reboot')
elseif event.type == 'shutdown' then