mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 06:34:01 +00:00
fix: hide the copy button when db.statement
is empty (#117)
This commit is contained in:
parent
024cd1195d
commit
04d109d0e3
@ -48,7 +48,7 @@ limitations under the License. -->
|
||||
<span class="g-sm-8 wba">
|
||||
{{ i.value }}
|
||||
<span
|
||||
v-if="i.key === 'db.statement'"
|
||||
v-if="i.key === 'db.statement' && i.value"
|
||||
class="grey link-hover cp ml-5"
|
||||
@click="copy(i.value)"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user