mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Merge branch 'master' into group-feature
This commit is contained in:
commit
1dd9f45f06
26 changed files with 803 additions and 47 deletions
|
@ -229,6 +229,12 @@ module.exports = function DeviceColumnService($filter, gettext, SettingsService,
|
|||
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