mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Add IMSI to device details.
This commit is contained in:
parent
a4334c56b8
commit
5839867619
9 changed files with 19 additions and 1 deletions
|
@ -75,6 +75,10 @@ module.exports = function DeviceListCtrl(
|
|||
name: 'imei'
|
||||
, selected: false
|
||||
}
|
||||
, {
|
||||
name: 'imsi'
|
||||
, selected: false
|
||||
}
|
||||
, {
|
||||
name: 'iccid'
|
||||
, selected: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue