open-nomad/ui/app/models/consul-connect.js

7 lines
211 B
JavaScript
Raw Normal View History

import Fragment from 'ember-data-model-fragments/fragment';
import { fragment } from 'ember-data-model-fragments/attributes';
export default Fragment.extend({
sidecarService: fragment('sidecar-service'),
});