mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-16 13:19:29 +00:00
feat: enhance the trace table graph for multiple refs (#464)
This commit is contained in:
@@ -84,7 +84,7 @@ limitations under the License. -->
|
||||
:data="traceStore.traceSpans"
|
||||
:traceId="traceStore.currentTrace.traceIds[0].value"
|
||||
:showBtnDetail="false"
|
||||
HeaderType="trace"
|
||||
:headerType="WidgetType.Trace"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -160,6 +160,7 @@ limitations under the License. -->
|
||||
appStore,
|
||||
loading,
|
||||
traceId,
|
||||
WidgetType,
|
||||
};
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user