open-nomad/ui/app/mixins/sortable.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
264 B
JavaScript
Raw Normal View History

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import SortableFactory from 'nomad-ui/mixins/sortable-factory';
2017-09-19 14:47:10 +00:00
// A generic version of SortableFactory with no sort property dependent keys.
2017-09-19 14:47:10 +00:00
export default SortableFactory([], true);