github.com/manicqin/nomad@v0.9.5/ui/app/serializers/policy.js (about)

     1  import ApplicationSerializer from './application';
     2  
     3  export default ApplicationSerializer.extend({
     4    normalize(typeHash, hash) {
     5      hash.ID = hash.Name;
     6      return this._super(typeHash, hash);
     7    },
     8  });