feat: enhance the trace table graph for multiple refs (#464)

This commit is contained in:
Fine0830
2025-04-14 21:12:48 +08:00
committed by GitHub
parent 0775bf0034
commit 687ae07bb0
16 changed files with 207 additions and 248 deletions

View File

@@ -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,
};
},
});