mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-26 02:35:25 +02:00
Merge branch 'master' into group-feature
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user