fix: view spans details and task logs (#76)

This commit is contained in:
Fine0830
2022-05-04 14:28:27 +08:00
committed by GitHub
parent 4c1884d552
commit 7d1bb43adb
5 changed files with 30 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ limitations under the License. -->
<span class="g-sm-8 wba">{{ currentSpan.peer || "No Peer" }}</span>
</div>
<div class="mb-10 clear item">
<span class="g-sm-4 grey">{{ t("error") }}:</span>
<span class="g-sm-4 grey">{{ t("isError") }}:</span>
<span class="g-sm-8 wba">{{ currentSpan.isError }}</span>
</div>
<div class="mb-10 clear item" v-for="i in currentSpan.tags" :key="i.key">