2023-03-15 16:00:52 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2019-08-05 19:05:32 +00:00
|
|
|
import Actions from './replication-actions-single';
|
|
|
|
import layout from '../templates/components/replication-action-promote';
|
|
|
|
|
|
|
|
export default Actions.extend({
|
|
|
|
layout,
|
2020-06-24 20:50:26 +00:00
|
|
|
tagName: '',
|
2019-08-05 19:05:32 +00:00
|
|
|
});
|