1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Add market name to device properties.

This commit is contained in:
Karol Wrótniak 2018-12-26 02:58:43 +01:00
parent 6fd750dad5
commit 3d3d1f67b4
No known key found for this signature in database
GPG key ID: DE1EED7FE32385FE
7 changed files with 24 additions and 0 deletions

View file

@ -55,6 +55,10 @@ module.exports = function DeviceListCtrl(
name: 'manufacturer'
, selected: false
}
, {
name: 'marketName'
, selected: false
}
, {
name: 'sdk'
, selected: false