b88334fe77
* 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: '',
|
|
});
|