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}} {{/if}}
<dl> <dl>
<dt> <dt>
<span>Address</span>
</dt>
<dd>
<CopyButton <CopyButton
@value={{item.Address}} @value={{item.Address}}
@name="Address" @name="Address"
/> />
</dt> {{item.Address}}
<dd>{{item.Address}}</dd> </dd>
</dl> </dl>
</BlockSlot> </BlockSlot>
</ListCollection> </ListCollection>

Loading…
Cancel
Save