Fix for updated bootstrap5.3 btn class

This commit is contained in:
billz 2024-12-17 16:44:07 -08:00
parent cc85c556a1
commit 6a85ac9b93

View File

@ -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;