github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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 });