mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	* Added BGP Peer Descriptions * Fixed formatting * Added to device routing tab too * Some text formatting * Test files * Added default null to bgpPeerDescr * Added db_schema.yaml * Fix default value for bgpPeerDescr * Fixed Order and Search box * Added glyphicon for success/error * Switch to toastr notification * Removed unused bootstrap code
		
			
				
	
	
		
			1 line
		
	
	
		
			101 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			1 line
		
	
	
		
			101 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
ALTER TABLE `bgpPeers` ADD `bgpPeerDescr` VARCHAR(255) NOT NULL DEFAULT '' AFTER `bgpPeerRemoteAddr`; |