mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Doc: Typo in oxidized.inc.php (#10236)
This commit is contained in:
		@@ -81,7 +81,7 @@ $pagetitle[] = 'Oxidized';
 | 
			
		||||
                $('#search-output').empty();
 | 
			
		||||
                $("#search-output").show();
 | 
			
		||||
                if (data.output)
 | 
			
		||||
                    $('#search-output').append('Config appears on the folllowing device(s):<br />');
 | 
			
		||||
                    $('#search-output').append('Config appears on the following device(s):<br />');
 | 
			
		||||
                    $.each(data.output, function (row, value) {
 | 
			
		||||
                        $('#search-output').append(value['full_name'] + '<br />');
 | 
			
		||||
                });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user