mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Updating to latest device db.
This commit is contained in:
parent
41eb4d2b17
commit
2f5a882099
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ datautil.applyData = function(device) {
|
|||
if (match) {
|
||||
device.name = match.name.id
|
||||
device.releasedAt = match.date
|
||||
device.image = model + '.jpg'
|
||||
device.image = model + '.jpg' // TODO: check for icon/photo file existence
|
||||
device.cpu = match.cpu
|
||||
device.memory = match.memory
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue