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