github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/ui/app/adapters/plugin.js (about) 1 import Watchable from './watchable'; 2 3 export default class PluginAdapter extends Watchable { 4 queryParamsToAttrs = { 5 type: 'type', 6 }; 7 }