mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
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
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import Actions from 'core/components/replication-actions-single';
|
||||
import layout from '../templates/components/replication-action-reindex';
|
||||
|
||||
export default Actions.extend({
|
||||
layout,
|
||||
});
|
||||
Reference in New Issue
Block a user