mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #843] Copy to clipboard button for text based Custom Field #529
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#529
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @subzdev on GitHub (Dec 7, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/843
Is your feature request related to a problem? Please describe.
Cannot copy text from a Custom Field with a button.
Describe the solution you'd like
When in the Custom Fields for an agent, for example, when there is a text based Custom Field that needs to be copied would be nice to have a Copy Text button to allow that with one-click.
Describe alternatives you've considered
Manually highlight, right-click and select Copy.
@silversword411 commented on GitHub (Dec 7, 2021):
Do we have the "copy to clipboard" code anywhere in the repo? Might be able to add it where we want ;)
@sadnub commented on GitHub (Dec 10, 2021):
If you want to take a stab at it see this: https://quasar.dev/quasar-utils/other-utils#copy-to-clipboard
I am using that here: https://github.com/wh1te909/tacticalrmm/blob/develop/web/src/components/core/APIKeysTable.vue
It copies the API key