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

pull/8855/head
John Cowen 4 years ago committed by GitHub
parent aa0f5ff839
commit a61b6c53d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save