mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 07:53:28 +02:00
Add OpenGL ES version to device properties.
This commit is contained in:
@@ -201,6 +201,12 @@ module.exports = function DeviceColumnService($filter, gettext) {
|
||||
return device.cpuPlatform || ''
|
||||
}
|
||||
})
|
||||
, openGLESVersion: TextCell({
|
||||
title: gettext('OpenGL ES version')
|
||||
, value: function(device) {
|
||||
return device.openGLESVersion || ''
|
||||
}
|
||||
})
|
||||
, phone: TextCell({
|
||||
title: gettext('Phone')
|
||||
, value: function(device) {
|
||||
|
||||
Reference in New Issue
Block a user