mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-02 12:14:01 +00:00
remove unuse icon (#176)
This commit is contained in:
parent
4232161d36
commit
e597f91448
@ -17,11 +17,6 @@ limitations under the License. -->
|
|||||||
v-if="traceStore.currentTrace.endpointNames"
|
v-if="traceStore.currentTrace.endpointNames"
|
||||||
>
|
>
|
||||||
<h5 class="mb-5 mt-0">
|
<h5 class="mb-5 mt-0">
|
||||||
<Icon
|
|
||||||
icon="clear"
|
|
||||||
v-if="traceStore.currentTrace.isError"
|
|
||||||
class="red mr-5 sm"
|
|
||||||
/>
|
|
||||||
<span class="vm">{{ traceStore.currentTrace.endpointNames[0] }}</span>
|
<span class="vm">{{ traceStore.currentTrace.endpointNames[0] }}</span>
|
||||||
<div class="trace-log-btn">
|
<div class="trace-log-btn">
|
||||||
<el-button
|
<el-button
|
||||||
|
Loading…
Reference in New Issue
Block a user