mirror of
https://github.com/openstf/stf
synced 2025-10-04 10:19:30 +02:00
add the column of CPU Platform in device list (#777)
* add the column of CPU Platform in device list * Update api.js * Update solo.js * Update devutil.js * Update device-column-service.js * Update device-list-controller.js
This commit is contained in:
parent
3e942a8eaa
commit
2dac3d1bbd
7 changed files with 16 additions and 1 deletions
|
@ -42,6 +42,7 @@ module.exports = syrup.serial()
|
|||
, new wire.DeviceDisplayMessage(identity.display)
|
||||
, new wire.DevicePhoneMessage(identity.phone)
|
||||
, identity.product
|
||||
, identity.cpuPlatform
|
||||
))
|
||||
])
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue