diff --git a/.changelog/17935.txt b/.changelog/17935.txt new file mode 100644 index 000000000..d5d7628e5 --- /dev/null +++ b/.changelog/17935.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: added a button to copy variable path to clipboard +``` diff --git a/ui/app/styles/components/variables.scss b/ui/app/styles/components/variables.scss index f2745941d..9d80d3eb2 100644 --- a/ui/app/styles/components/variables.scss +++ b/ui/app/styles/components/variables.scss @@ -24,6 +24,10 @@ margin-right: 0.25rem; } } + .copy-button { + position: relative; + top: 3px; + } } .new-variables { diff --git a/ui/app/templates/variables/variable/index.hbs b/ui/app/templates/variables/variable/index.hbs index 608b77c00..e958fbf9e 100644 --- a/ui/app/templates/variables/variable/index.hbs +++ b/ui/app/templates/variables/variable/index.hbs @@ -7,6 +7,12 @@