Skip to content

Commit

Permalink
feat(aws): Add copy-to-clipboard button to copy instance id (#7388)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanya authored and christopherthielen committed Sep 25, 2019
1 parent 245cb84 commit cfe9731
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ <h3>Could not find instance {{instanceIdNotFound}}.</h3>
<h3 class="horizontal middle space-between flex-1" select-on-dbl-click>
{{instance ? instance.instanceId : instanceIdNotFound }}
</h3>
<copy-to-clipboard
class="copy-to-clipboard copy-to-clipboard-sm"
text="instance.instanceId"
tool-tip="'Copy to clipboard'"
>
</copy-to-clipboard>
</div>
<div>
<div class="actions" ng-class="{ insights: instance.insightActions.length > 0 }" ng-if="instance.placement">
Expand Down

0 comments on commit cfe9731

Please sign in to comment.