mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-03 20:17:59 +00:00 
			
		
		
		
	* move replication-actions component into core addon so that secondary recovery works * move the rest of replication action components
		
			
				
	
	
		
			7 lines
		
	
	
		
			186 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			186 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import Actions from 'core/components/replication-actions-single';
 | 
						|
import layout from '../templates/components/replication-action-disable';
 | 
						|
 | 
						|
export default Actions.extend({
 | 
						|
  layout,
 | 
						|
});
 |