mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-07 19:40:47 +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.uuid
|
||||||
delete device.download_progress
|
delete device.download_progress
|
||||||
return device
|
return device
|
||||||
|
, [ 'ID', 'Name', 'Device Type', 'IP Address', 'Application', 'Status', 'Last Seen' ]
|
||||||
|
|
||||||
.catch (error) ->
|
.catch (error) ->
|
||||||
throw error
|
throw error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user