mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 07:53:28 +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:
@@ -195,6 +195,12 @@ module.exports = function DeviceColumnService($filter, gettext) {
|
||||
return device.abi || ''
|
||||
}
|
||||
})
|
||||
, cpuPlatform: TextCell({
|
||||
title: gettext('CPU Platform')
|
||||
, value: function(device) {
|
||||
return device.cpuPlatform || ''
|
||||
}
|
||||
})
|
||||
, phone: TextCell({
|
||||
title: gettext('Phone')
|
||||
, value: function(device) {
|
||||
|
||||
Reference in New Issue
Block a user