github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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, { NodeAttributes: hash });
     6    },
     7  });