mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 12:53:31 +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:
@@ -63,6 +63,10 @@ module.exports = function DeviceListCtrl(
|
||||
name: 'abi'
|
||||
, selected: false
|
||||
}
|
||||
, {
|
||||
name: 'cpuPlatform'
|
||||
, selected: false
|
||||
}
|
||||
, {
|
||||
name: 'browser'
|
||||
, selected: false
|
||||
|
||||
Reference in New Issue
Block a user