mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-03 20:17:59 +00:00 
			
		
		
		
	* fix typo in known_primary_cluster_addrs * make height of manage actions the same on all browsers
		
			
				
	
	
		
			8 lines
		
	
	
		
			201 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			201 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import Actions from 'core/components/replication-actions-single';
 | 
						|
import layout from '../templates/components/replication-action-disable';
 | 
						|
 | 
						|
export default Actions.extend({
 | 
						|
  layout,
 | 
						|
  tagName: '',
 | 
						|
});
 |