Add proxy to the gateway list.

This commit is contained in:
FusionPBX 2022-07-29 10:28:22 -06:00 committed by GitHub
parent 95c358f8e4
commit f60d6e7557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,7 @@
echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param);
}
echo th_order_by('gateway', $text['label-gateway'], $order_by, $order);
echo "<th class='hide-sm-dn'>".$text['label-proxy']."</th>\n";
echo th_order_by('context', $text['label-context'], $order_by, $order);
if ($fp) {
echo "<th class='hide-sm-dn'>".$text['label-status']."</th>\n";
@ -293,6 +294,7 @@
echo escape($row['gateway']);
}
echo " </td>\n";
echo " <td>".escape($row["proxy"])."</td>\n";
echo " <td>".escape($row["context"])."</td>\n";
if ($fp) {
if ($row["enabled"] == "true") {