mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 16:36:24 +00:00
Improve devices table ordering
This commit is contained in:
parent
be01094463
commit
3f1bcf3f02
@ -15,6 +15,7 @@ exports.list = authHooks.failIfNotLoggedIn (applicationId) ->
|
||||
delete device.uuid
|
||||
delete device.download_progress
|
||||
return device
|
||||
, [ 'ID', 'Name', 'Device Type', 'IP Address', 'Application', 'Status', 'Last Seen' ]
|
||||
|
||||
.catch (error) ->
|
||||
throw error
|
||||
|
Loading…
x
Reference in New Issue
Block a user