mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 10:37:56 +00:00 
			
		
		
		
	 3079b45e6b
			
		
	
	3079b45e6b
	
	
	
		
			
			* adds LinkStatus component to NavHeader to display banner with HCP link status * adds changelog entry * adds period to connected status message * updates hcp link status to current cluster polling to automatically update state
		
			
				
	
	
		
			13 lines
		
	
	
		
			395 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			395 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // add all handlers here
 | |
| // individual lookup done in mirage config
 | |
| import base from './base';
 | |
| import mfaLogin from './mfa-login';
 | |
| import activity from './activity';
 | |
| import clients from './clients';
 | |
| import db from './db';
 | |
| import kms from './kms';
 | |
| import mfaConfig from './mfa-config';
 | |
| import hcpLink from './hcp-link';
 | |
| 
 | |
| export { base, activity, mfaLogin, mfaConfig, clients, db, kms, hcpLink };
 |