diff --git a/templates/openvpn/configs.php b/templates/openvpn/configs.php index ca0ac3b2..598a9db8 100644 --- a/templates/openvpn/configs.php +++ b/templates/openvpn/configs.php @@ -11,7 +11,7 @@ if ($client == $conf_default) { $btn_class = "active"; } else { - $btn_class = "disabled"; + $btn_class = ""; } $label = preg_replace('/_client$/','',pathinfo($client, PATHINFO_FILENAME)); $client = $label;