mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-01 07:42:52 +00:00
fix: span related logs (#352)
This commit is contained in:
parent
591484b11c
commit
0d82507a87
@ -25,11 +25,11 @@ limitations under the License. -->
|
||||
{{ dateFormat(data.timestamp) }}
|
||||
</span>
|
||||
<span v-else-if="item.label === 'tags'" :class="level.toLowerCase()"> > </span>
|
||||
<el-tooltip v-else-if="item.label === 'traceId' && !noLink" content="Trace Link">
|
||||
<span :class="noLink ? '' : 'blue'">
|
||||
<Icon v-if="data[item.label]" iconName="merge" />
|
||||
</span>
|
||||
</el-tooltip>
|
||||
<span class="blue" v-else-if="item.label === 'traceId'">
|
||||
<el-tooltip content="Trace Link" v-if="!noLink && data[item.label]">
|
||||
<Icon iconName="merge" />
|
||||
</el-tooltip>
|
||||
</span>
|
||||
<span v-else>{{ data[item.label] }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -246,7 +246,6 @@ limitations under the License. -->
|
||||
}
|
||||
|
||||
.popup-btn {
|
||||
color: $text-color;
|
||||
margin-top: 40px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
Loading…
Reference in New Issue
Block a user