open-vault/ui/lib/core/addon/components/replication-action-reindex.js
Matthew Irish c642b814d4
move replication-actions into core addon so that secondary recovery works (#7226)
* move replication-actions component into core addon so that secondary recovery works

* move the rest of replication action components
2019-08-05 14:05:32 -05:00

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,
});