mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Add market name to device properties.
This commit is contained in:
parent
6fd750dad5
commit
3d3d1f67b4
7 changed files with 24 additions and 0 deletions
|
@ -179,6 +179,12 @@ module.exports = function DeviceColumnService($filter, gettext) {
|
|||
return device.manufacturer || ''
|
||||
}
|
||||
})
|
||||
, marketName: TextCell({
|
||||
title: gettext('Market name')
|
||||
, value: function(device) {
|
||||
return device.marketName || ''
|
||||
}
|
||||
})
|
||||
, sdk: NumberCell({
|
||||
title: gettext('SDK')
|
||||
, defaultOrder: 'desc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue