mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	* Poller settings WIP * Poller settings WIP2 * working on SettingMultiple * setting multiple working * settings sent with all required info * fix translation * Fix keys * fix groups setting * Apply settings to service fixes and validations for setting * don't error when no poller_cluster entry exists * hid tab when no poller cluster entries * Authorization * make prod * daily maintenance toggle should be advanced * Update schema def
		
			
				
	
	
		
			18 lines
		
	
	
		
			389 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			389 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| // Fonts
 | |
| //@import url('https://fonts.googleapis.com/css?family=Nunito');
 | |
| 
 | |
| // Variables
 | |
| @import 'variables';
 | |
| 
 | |
| // Bootstrap
 | |
| //@import '~bootstrap/scss/bootstrap'; // Conflicts with normal css
 | |
| 
 | |
| // Vue Select
 | |
| @import "~vue-select/src/scss/vue-select.scss";
 | |
| 
 | |
| // Vue Multiselect
 | |
| @import "~vue-multiselect/dist/vue-multiselect.min.css";
 | |
| 
 | |
| // Vue Tabs
 | |
| @import '~vue-nav-tabs/themes/vue-tabs.css';
 |