mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix. Display key type in Profile app. (#1658)
This commit is contained in:
committed by
FusionPBX
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";
|
||||
|
||||
Reference in New Issue
Block a user