mirror of https://github.com/status-im/consul.git
ui: Move node listing copy button to the detail rather than the title (#8850)
This commit is contained in:
parent
aa0f5ff839
commit
a61b6c53d9
|
@ -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…
Reference in New Issue