Add contact string to hover

This commit is contained in:
FusionPBX 2024-10-17 11:59:39 -06:00 committed by GitHub
parent ed836aa41e
commit a1976b2aec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -187,7 +187,6 @@
echo " <th class='hide-md-dn'>".$text['label-sip_profile_name']."</th>\n";
echo " <td class='action-button'>&nbsp;</td>\n";
echo "</tr>\n";
if (is_array($registrations) && @sizeof($registrations) != 0) {
$x = 0;
foreach ($registrations as $row) {
@ -226,7 +225,7 @@
echo " </td>\n";
echo " <td class=''>".$user."</td>\n";
echo " <td class='' title=\"".escape($row['agent'])."\"><span class='cursor-help'>".escape($row['agent'])."</span></td>\n";
echo " <td class='hide-md-dn'>".escape(explode('"',$row['contact'])[1])."</td>\n";
echo " <td class='hide-md-dn' title='".escape($row['contact'])."'>".escape(explode('"',$row['contact'])[1])."</td>\n";
echo " <td class='hide-sm-dn no-link'><a href='https://".urlencode($row['lan-ip'])."' target='_blank'>".escape($row['lan-ip'])."</a></td>\n";
echo " <td class='hide-sm-dn no-link'><a href='https://".urlencode($row['network-ip'])."' target='_blank'>".escape($row['network-ip'])."</a></td>\n";
echo " <td class='hide-sm-dn'>".escape($row['network-port'])."</td>\n";