mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
Fix bug in device command
This commit is contained in:
parent
aefb809c11
commit
0983506efb
@ -28,7 +28,7 @@ exports.info = permissions.user (params) ->
|
||||
errors.handle(error) if error?
|
||||
|
||||
log.out ui.widgets.table.vertical device, (device) ->
|
||||
device.device_type = resin.device.models.getDisplayName(device.device_type)
|
||||
device.device_type = resin.models.device.getDisplayName(device.device_type)
|
||||
device.application = device.application[0].app_name
|
||||
return device
|
||||
, [
|
||||
|
Loading…
x
Reference in New Issue
Block a user