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:
Matthew Irish
2019-08-05 14:05:32 -05:00
committed by GitHub
parent 020a8aa0c6
commit a32c1ddad9
36 changed files with 66 additions and 48 deletions

View File

@@ -0,0 +1 @@
export { default } from 'core/components/replication-action-promote';