mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 08:15:14 +02:00
Add market name to device properties.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user