mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Merge pull request #1716 from RaspAP/fix/multiple-configs
Fix for updated bootstrap5.3 btn class
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user