Updates
This commit is contained in:
@@ -76,7 +76,9 @@ export default function ClientRow({ client, rules }: Props) {
|
||||
{client.wg_ip_address || "—"}
|
||||
</td>
|
||||
<td className="px-4 py-[9px] tabular text-[13px] text-foreground-light/45 dark:text-foreground-dark/45 whitespace-nowrap">
|
||||
{client.allowed_ips || "—"}
|
||||
{client.allow_all_ips
|
||||
? "0.0.0.0/0, ::/0"
|
||||
: client.allowed_ips || "—"}
|
||||
</td>
|
||||
<td className="px-4 py-[9px] whitespace-nowrap">
|
||||
<Span
|
||||
|
||||
Reference in New Issue
Block a user