mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +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:
@@ -322,6 +322,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
|
||||
, display: identity.display
|
||||
, phone: identity.phone
|
||||
, product: identity.product
|
||||
, cpuPlatform: identity.cpuPlatform
|
||||
}))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user