diff --git a/skywalking-webui/src/main/webapp/ftl/lib/ai.cloud/common.ftl b/skywalking-webui/src/main/webapp/ftl/lib/ai.cloud/common.ftl index c33ff42c9..14241ba48 100644 --- a/skywalking-webui/src/main/webapp/ftl/lib/ai.cloud/common.ftl +++ b/skywalking-webui/src/main/webapp/ftl/lib/ai.cloud/common.ftl @@ -111,7 +111,7 @@ ${logInfo.spanTypeName!'UNKNOWN'} ${logInfo.statusCodeName!'MISSING'} - ${logInfo.viewPointIdSub!} ${logInfo.address!} @@ -250,6 +250,8 @@
- \ No newline at end of file + + +<#macro detailTraceLog> + + + diff --git a/skywalking-webui/src/main/webapp/ftl/traceLog.ftl b/skywalking-webui/src/main/webapp/ftl/traceLog.ftl index ed7bc3eca..84153a869 100644 --- a/skywalking-webui/src/main/webapp/ftl/traceLog.ftl +++ b/skywalking-webui/src/main/webapp/ftl/traceLog.ftl @@ -12,10 +12,13 @@ + + <@common.detailTraceLog /> + <@common.dealTraceLog /> - + <@common.importOriginLog /> @@ -54,6 +57,13 @@ } }); + $("a[name='detailInfo']").each(function(index,ele){ + $(this).bind("click",function(){ + $("#detailContent").html($("#collapse"+index).html()); + $("#detailLog").modal('show'); + }); + }); + $('#example-advanced').treetable('expandAll'); });