mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
refactor(icons): remove fontawesome EE-4459 refactor(icon) replace feather with lucide EE-4472
10 lines
345 B
HTML
10 lines
345 B
HTML
<span>
|
|
<button type="button" class="btn btn-link nopadding" ng-click="$ctrl.copyValueText()" title="Copy Value">
|
|
<pr-icon icon="'clipboard'"></pr-icon>
|
|
Copy
|
|
</button>
|
|
<span ng-class="{ 'copy-button-fadeout': $ctrl.state.isFading }" class="copy-button-copy-text">
|
|
<pr-icon icon="'check'"></pr-icon>
|
|
copied
|
|
</span>
|
|
</span>
|