diff --git a/src/RaspAP/UI/Dashboard.php b/src/RaspAP/UI/Dashboard.php index d4065dda..8b2aad59 100644 --- a/src/RaspAP/UI/Dashboard.php +++ b/src/RaspAP/UI/Dashboard.php @@ -27,9 +27,9 @@ class Dashboard { public function getVpnManged(?string $interface = null): ?string { return match ($interface) { - 'wg0' => 'wg_conf', - 'tun0' => 'openvpn_conf', - 'tailscale0' => 'plugin__Tailscale', + 'wg0' => '/wg_conf', + 'tun0' => '/openvpn_conf', + 'tailscale0' => '/plugin__Tailscale', default => null, }; }