feat: Add Log widget in dashboards (#22)

This commit is contained in:
Fine0830
2022-03-08 14:39:42 +08:00
committed by GitHub
parent 1377703185
commit 8ad1c91082
24 changed files with 760 additions and 99 deletions

View File

@@ -113,7 +113,7 @@ import dayjs from "dayjs";
import { useTraceStore } from "@/store/modules/trace";
import copy from "@/utils/copy";
import { ElMessage } from "element-plus";
import LogTable from "@/views/components/LogTable/Index.vue";
import LogTable from "@/views/dashboard/related/components/LogTable/Index.vue";
/* global defineProps */
const props = defineProps({