ui: Move node listing copy button to the detail rather than the title (#8850)

This commit is contained in:
John Cowen 2020-10-07 14:45:52 +01:00 committed by GitHub
parent a7a30d8f5d
commit b33a01f8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -34,12 +34,15 @@
{{/if}}
<dl>
<dt>
<span>Address</span>
</dt>
<dd>
<CopyButton
@value={{item.Address}}
@name="Address"
/>
</dt>
<dd>{{item.Address}}</dd>
{{item.Address}}
</dd>
</dl>
</BlockSlot>
</ListCollection>