You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/10/26 13:53:32 UTC

[skywalking-booster-ui] branch main updated: remove unuse icon (#176)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git


The following commit(s) were added to refs/heads/main by this push:
     new e597f91  remove unuse icon (#176)
e597f91 is described below

commit e597f91448bbb0ebde00c7aeb038bae5ff23079f
Author: Fine0830 <fa...@gmail.com>
AuthorDate: Wed Oct 26 21:53:27 2022 +0800

    remove unuse icon (#176)
---
 src/views/dashboard/related/trace/Detail.vue | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/views/dashboard/related/trace/Detail.vue b/src/views/dashboard/related/trace/Detail.vue
index d195a05..156fae6 100644
--- a/src/views/dashboard/related/trace/Detail.vue
+++ b/src/views/dashboard/related/trace/Detail.vue
@@ -17,11 +17,6 @@ limitations under the License. -->
       v-if="traceStore.currentTrace.endpointNames"
     >
       <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>
         <div class="trace-log-btn">
           <el-button