open-consul/ui/packages/consul-ui/app/components/role-form/index.js

12 lines
234 B
JavaScript
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import FormComponent from '../form-component/index';
export default FormComponent.extend({
type: 'role',
name: 'role',
classNames: ['role-form'],
});