Fix. Display key type in `Profile` app. (#1658)
This commit is contained in:
parent
0741488073
commit
704cf23194
|
|
@ -299,6 +299,7 @@ require_once "resources/require.php";
|
|||
}
|
||||
$x = 0;
|
||||
foreach($device_keys as $row) {
|
||||
$device_vendor = $row['device_key_vendor'];
|
||||
//set the column names
|
||||
if ($previous_device_key_vendor != $row['device_key_vendor']) {
|
||||
echo " <tr>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue