open-nomad/ui/app/serializers/node-attributes.js
Alex Dadgar e5ec915ac3 sync
2017-09-19 10:08:23 -05:00

8 lines
193 B
JavaScript

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