github.com/aminovpavel/nomad@v0.11.8/ui/app/adapters/volume.js (about)

     1  import Watchable from './watchable';
     2  import WithNamespaceIDs from 'nomad-ui/mixins/with-namespace-ids';
     3  
     4  export default Watchable.extend(WithNamespaceIDs, {
     5    queryParamsToAttrs: {
     6      type: 'type',
     7      plugin_id: 'plugin.id',
     8    },
     9  });