open-nomad/ui/app/serializers/node-attributes.js
2019-10-08 13:44:19 -05:00

8 lines
197 B
JavaScript

import ApplicationSerializer from './application';
export default ApplicationSerializer.extend({
normalize(typeHash, hash) {
return this._super(typeHash, { NodeAttributes: hash });
},
});