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}} {{/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>