mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:23:48 +00:00
cleanups
This commit is contained in:
parent
4b4970f214
commit
913373f2cc
@ -1,14 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div class="trace-detail-wrapper flex-h" v-if="traceStore.currentTrace.endpointNames">
|
||||||
class="trace-detail-wrapper flex-h"
|
|
||||||
v-if="traceStore.currentTrace.endpointNames"
|
|
||||||
>
|
|
||||||
<div class="mb-0 mt-0">
|
<div class="mb-0 mt-0">
|
||||||
<Icon
|
<Icon icon="clear" v-if="traceStore.currentTrace.isError" class="red mr-5 sm" />
|
||||||
icon="clear"
|
|
||||||
v-if="traceStore.currentTrace.isError"
|
|
||||||
class="red mr-5 sm"
|
|
||||||
/>
|
|
||||||
<div class="trace-log-btn">
|
<div class="trace-log-btn">
|
||||||
<el-tooltip
|
<el-tooltip
|
||||||
class="box-item"
|
class="box-item"
|
||||||
@ -206,10 +199,8 @@ export default defineComponent({
|
|||||||
traceStore.setCurrentView("traceList");
|
traceStore.setCurrentView("traceList");
|
||||||
}
|
}
|
||||||
function handleClick(ids: string[] | any) {
|
function handleClick(ids: string[] | any) {
|
||||||
|
|
||||||
let copyValue = null;
|
let copyValue = null;
|
||||||
if (ids.length === 1) {
|
if (ids.length === 1) {
|
||||||
console.log(ids)
|
|
||||||
copyValue = ids[0].value;
|
copyValue = ids[0].value;
|
||||||
} else {
|
} else {
|
||||||
copyValue = ids.map((trace: any) => trace.value).join(",");
|
copyValue = ids.map((trace: any) => trace.value).join(",");
|
||||||
|
Loading…
Reference in New Issue
Block a user