Files
nomad/ui/app/components/addon-copy-button.js
Buck Doyle 596b5aaf7e UI: Add copy button for client/allocation UUIDs (#5926)
The button shows a success icon and tooltip on click, and resets
after two seconds.
2019-07-15 12:14:32 -05:00

3 lines
144 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// This lets us use copy-button to wrap ember-cli-clipboards component
export { default } from 'ember-cli-clipboard/components/copy-button';