mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	* Updated bootgrid + added syslog colouring based on priority * Updated functions and removed uneeded file
		
			
				
	
	
		
			6 lines
		
	
	
		
			412 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			412 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/*! 
 | 
						|
 * jQuery Bootgrid v1.3.1 - 09/11/2015
 | 
						|
 * Copyright (c) 2014-2015 Rafael Staib (http://www.jquery-bootgrid.com)
 | 
						|
 * Licensed under MIT http://www.opensource.org/licenses/MIT
 | 
						|
 */
 | 
						|
!function(a,b,c){"use strict";a.extend(a.fn.bootgrid.Constructor.defaults.css,{icon:"icon fa",iconColumns:"fa-th-list",iconDown:"fa-sort-desc",iconRefresh:"fa-refresh",iconSearch:"fa-search",iconUp:"fa-sort-asc"})}(jQuery,window); |