mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Fix for updated bootstrap5.3 btn class
This commit is contained in:
parent
cc85c556a1
commit
6a85ac9b93
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user