Skip to content

Commit

Permalink
Merge pull request #1716 from RaspAP/fix/multiple-configs
Browse files Browse the repository at this point in the history
Fix for updated bootstrap5.3 btn class
  • Loading branch information
billz authored Dec 18, 2024
2 parents cc85c55 + 6a85ac9 commit daa6bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/openvpn/configs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit daa6bfd

Please sign in to comment.