github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/ui/app/serializers/node-attributes.js (about) 1 import ApplicationSerializer from './application'; 2 3 export default ApplicationSerializer.extend({ 4 normalize(typeHash, hash) { 5 return this._super(typeHash, { Attributes: hash }); 6 }, 7 });