mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Min Value added to input position
BugFix: Can't be x < 0
This commit is contained in:
		| @@ -103,7 +103,7 @@ | ||||
| 													<label class="ltdlabel" for="ip_cl_position" data-i18n="conf_leds_layout_cl_inppos">Input position</label> | ||||
| 												</td> | ||||
| 												<td class="itd"> | ||||
| 													<input class="form-control ledCLconstr" id="ip_cl_position" type="number" value="0" step="1"> | ||||
| 													<input class="form-control ledCLconstr" id="ip_cl_position" type="number" value="0" min="0" step="1"> | ||||
| 												</td> | ||||
| 											</tr> | ||||
| 											<tr> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user