ui/lib/shared/addon/components/volume-source/source-azure-file/component.js

10 lines
254 B
JavaScript

import Component from '@ember/component';
import layout from './template';
import VolumeSource from 'shared/mixins/volume-source';
export default Component.extend(VolumeSource, {
layout,
field: 'azureFile',
fieldType: 'azureFileVolumeSource',
});