mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Fix custom port not showing on the device edit page
This commit is contained in:
		@@ -92,7 +92,7 @@ echo "
 | 
			
		||||
    </select>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class='col-sm-2'>
 | 
			
		||||
    <input type='text' name='port' placeholder='port' class='form-control input-sm'>
 | 
			
		||||
    <input type='text' name='port' placeholder='port' class='form-control input-sm' value='".($device['port'] ?: "")."'>
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class='col-sm-1'>
 | 
			
		||||
    <select name='transport' id='transport' class='form-control input-sm'>";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user