mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 08:17:33 +00:00
feat: update profile widget
This commit is contained in:
parent
f54b2a0662
commit
9533fe56b3
@ -15,6 +15,8 @@ limitations under the License. -->
|
||||
<template>
|
||||
<div class="profile-trace-dashboard" v-if="profileStore.currentSegment">
|
||||
<div class="profile-trace-detail-wrapper">
|
||||
<label>Trace ID</label>
|
||||
<el-input class="input mr-10 ml-5" readonly :value="profileStore.currentSegment.traceId" size="small" />
|
||||
<Selector
|
||||
size="small"
|
||||
:value="mode"
|
||||
@ -159,4 +161,8 @@ limitations under the License. -->
|
||||
.profile-trace-detail-ids {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.input {
|
||||
width: 250px;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user