mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-01 14:58:31 +00:00
feat: update profile widget
This commit is contained in:
parent
f54b2a0662
commit
9533fe56b3
@ -15,6 +15,8 @@ limitations under the License. -->
|
|||||||
<template>
|
<template>
|
||||||
<div class="profile-trace-dashboard" v-if="profileStore.currentSegment">
|
<div class="profile-trace-dashboard" v-if="profileStore.currentSegment">
|
||||||
<div class="profile-trace-detail-wrapper">
|
<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
|
<Selector
|
||||||
size="small"
|
size="small"
|
||||||
:value="mode"
|
:value="mode"
|
||||||
@ -159,4 +161,8 @@ limitations under the License. -->
|
|||||||
.profile-trace-detail-ids {
|
.profile-trace-detail-ids {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input {
|
||||||
|
width: 250px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user