mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: update
This commit is contained in:
parent
0c082e6fb5
commit
5122dcda85
@ -25,7 +25,7 @@ limitations under the License. -->
|
|||||||
{{ dateFormat(data.timestamp) }}
|
{{ dateFormat(data.timestamp) }}
|
||||||
</span>
|
</span>
|
||||||
<span v-else-if="item.label === 'tags'" :class="level.toLowerCase()"> > </span>
|
<span v-else-if="item.label === 'tags'" :class="level.toLowerCase()"> > </span>
|
||||||
<el-tooltip v-else-if="item.label === 'traceId'" content="Trace Link">
|
<el-tooltip v-else-if="item.label === 'traceId' && !noLink" content="Trace Link">
|
||||||
<span :class="noLink ? '' : 'blue'">
|
<span :class="noLink ? '' : 'blue'">
|
||||||
<Icon v-if="data[item.label]" iconName="merge" />
|
<Icon v-if="data[item.label]" iconName="merge" />
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user