kopia lustrzana https://github.com/magicbug/Cloudlog
				
				
				
			Update statistics UI to use card layout
Replaces the alert box with a card component for the statistics section, improving visual consistency. Adds text color classes for better emphasis and readability.pull/3318/head
							rodzic
							
								
									c28aaf4665
								
							
						
					
					
						commit
						3afd0b7de2
					
				|  | @ -53,15 +53,17 @@ $wwff = 0; | ||||||
| 		<!-- Statistics --> | 		<!-- Statistics --> | ||||||
| 		<div class="row mb-3"> | 		<div class="row mb-3"> | ||||||
| 			<div class="col-md-8"> | 			<div class="col-md-8"> | ||||||
| 				<div class="alert alert-info py-2 mb-0"> | 				<div class="card border-0 bg-light"> | ||||||
| 					<div class="row text-center"> | 					<div class="card-body py-2"> | ||||||
| 						<div class="col-md-6 col-6"> | 						<div class="row text-center"> | ||||||
| 							<strong id="activeBandsCount">0</strong><br> | 							<div class="col-md-6 col-6"> | ||||||
| 							<small>Active for QSO Entry</small> | 								<strong id="activeBandsCount" class="text-primary">0</strong><br> | ||||||
| 						</div> | 								<small class="text-muted">Active for QSO Entry</small> | ||||||
| 						<div class="col-md-6 col-6"> | 							</div> | ||||||
| 							<strong><?php echo count($bands); ?></strong><br>
 | 							<div class="col-md-6 col-6"> | ||||||
| 							<small>Total Bands Configured</small> | 								<strong class="text-primary"><?php echo count($bands); ?></strong><br>
 | ||||||
|  | 								<small class="text-muted">Total Bands Configured</small> | ||||||
|  | 							</div> | ||||||
| 						</div> | 						</div> | ||||||
| 					</div> | 					</div> | ||||||
| 				</div> | 				</div> | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 Peter Goodhall
						Peter Goodhall