Add proxy to the gateway list.
This commit is contained in:
parent
95c358f8e4
commit
f60d6e7557
|
|
@ -246,6 +246,7 @@
|
||||||
echo th_order_by('domain_name', $text['label-domain'], $order_by, $order, $param);
|
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_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);
|
echo th_order_by('context', $text['label-context'], $order_by, $order);
|
||||||
if ($fp) {
|
if ($fp) {
|
||||||
echo "<th class='hide-sm-dn'>".$text['label-status']."</th>\n";
|
echo "<th class='hide-sm-dn'>".$text['label-status']."</th>\n";
|
||||||
|
|
@ -293,6 +294,7 @@
|
||||||
echo escape($row['gateway']);
|
echo escape($row['gateway']);
|
||||||
}
|
}
|
||||||
echo " </td>\n";
|
echo " </td>\n";
|
||||||
|
echo " <td>".escape($row["proxy"])."</td>\n";
|
||||||
echo " <td>".escape($row["context"])."</td>\n";
|
echo " <td>".escape($row["context"])."</td>\n";
|
||||||
if ($fp) {
|
if ($fp) {
|
||||||
if ($row["enabled"] == "true") {
|
if ($row["enabled"] == "true") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue