mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Add inline option to Wi-Fi's RadioSet
This commit is contained in:
		@@ -157,6 +157,7 @@ function DeviceForm({
 | 
				
			|||||||
                        choices={getHwmodeChoices(formData)}
 | 
					                        choices={getHwmodeChoices(formData)}
 | 
				
			||||||
                        value={formData.hwmode}
 | 
					                        value={formData.hwmode}
 | 
				
			||||||
                        helpText={HELP_TEXTS.hwmode}
 | 
					                        helpText={HELP_TEXTS.hwmode}
 | 
				
			||||||
 | 
					                        inline
 | 
				
			||||||
                        onChange={setFormValue((value) => ({
 | 
					                        onChange={setFormValue((value) => ({
 | 
				
			||||||
                            devices: {
 | 
					                            devices: {
 | 
				
			||||||
                                [deviceIndex]: {
 | 
					                                [deviceIndex]: {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user