ui: Move node listing copy button to the detail rather than the title (#8850)
This commit is contained in:
parent
a7a30d8f5d
commit
b33a01f8dd
|
@ -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…
Reference in New Issue