github.com/hernad/nomad@v1.6.112/ui/app/adapters/volume.js (about) 1 /** 2 * Copyright (c) HashiCorp, Inc. 3 * SPDX-License-Identifier: MPL-2.0 4 */ 5 6 import WatchableNamespaceIDs from './watchable-namespace-ids'; 7 import classic from 'ember-classic-decorator'; 8 9 @classic 10 export default class VolumeAdapter extends WatchableNamespaceIDs { 11 queryParamsToAttrs = { 12 type: 'type', 13 plugin_id: 'plugin.id', 14 }; 15 }