c642b814d4
* 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-reindex';
|
|
|
|
export default Actions.extend({
|
|
layout,
|
|
});
|