mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	fixup! !fixup WiFi API update
This commit is contained in:
		
				
					committed by
					
						
						Aleksandr Gumroian
					
				
			
			
				
	
			
			
			
						parent
						
							30fa79b55e
						
					
				
				
					commit
					a7f36be30c
				
			@@ -293,7 +293,7 @@ function getHtmodeChoices(device) {
 | 
			
		||||
 | 
			
		||||
function getBandChoices(device) {
 | 
			
		||||
    return device.available_bands.map((availableBand) => ({
 | 
			
		||||
        label: BANDS[availableBand.band] + _(" GHz"),
 | 
			
		||||
        label: BANDS[availableBand.band] + " GHz",
 | 
			
		||||
        value: availableBand.band,
 | 
			
		||||
    }));
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user