1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +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:
thinkhy 2017-12-16 16:50:25 +08:00 committed by GitHub
parent 3e942a8eaa
commit 2dac3d1bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 16 additions and 1 deletions

View file

@ -322,6 +322,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
, display: identity.display
, phone: identity.phone
, product: identity.product
, cpuPlatform: identity.cpuPlatform
}))
}