mirror of
				https://github.com/ClusterCockpit/cc-backend
				synced 2025-10-31 07:55:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import {} from './header.entrypoint.js'
 | |
| import Config from './Config.root.svelte'
 | |
| 
 | |
| new Config({
 | |
|     target: document.getElementById('svelte-app'),
 | |
|     props: {
 | |
|         isAdmin: isAdmin
 | |
|     },
 | |
|     context: new Map([
 | |
|             ['cc-config', clusterCockpitConfig]
 | |
|     ])
 | |
| })
 |