open-nomad/ui/app/adapters/volume.js
Michael Lange 16ed5451d2 Change with-namespace-ids mixin to a base class
This is a merge of 5d9fce5.
2020-06-15 09:47:15 -05:00

9 lines
204 B
JavaScript

import WatchableNamespaceIDs from './watchable-namespace-ids';
export default WatchableNamespaceIDs.extend({
queryParamsToAttrs: Object.freeze({
type: 'type',
plugin_id: 'plugin.id',
}),
});