open-vault/ui/lib/core/addon/components/replication-action-disable.js
Noelle Daley b88334fe77
Ui/fix manage grid (#9309)
* fix typo in known_primary_cluster_addrs

* make height of manage actions the same on all browsers
2020-06-24 13:50:26 -07:00

8 lines
201 B
JavaScript

import Actions from 'core/components/replication-actions-single';
import layout from '../templates/components/replication-action-disable';
export default Actions.extend({
layout,
tagName: '',
});