mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-18 13:25:25 +00:00
fix: update file name
This commit is contained in:
parent
7991147bad
commit
41a9e26f04
@ -29,7 +29,7 @@ limitations under the License. -->
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { ref, watch, onMounted } from "vue";
|
import { ref, watch, onMounted } from "vue";
|
||||||
import type { PropType } from "vue";
|
import type { PropType } from "vue";
|
||||||
import TableContainer from "./table/TableContainer.vue";
|
import TableContainer from "./Table/TableContainer.vue";
|
||||||
import traceTable from "../utils/trace-table";
|
import traceTable from "../utils/trace-table";
|
||||||
import { StatisticsSpan, Span, StatisticsGroupRef } from "@/types/trace";
|
import { StatisticsSpan, Span, StatisticsGroupRef } from "@/types/trace";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user