mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 08:17:33 +00:00
fix: remove
This commit is contained in:
parent
91911811cd
commit
417989df3a
@ -129,7 +129,6 @@ limitations under the License. -->
|
||||
import { ErrorCategory } from "./data";
|
||||
import type { LayoutConfig } from "@/types/dashboard";
|
||||
import type { DurationTime } from "@/types/app";
|
||||
import removeAssociationFilters from "@/hooks/useAssociateProcessor";
|
||||
|
||||
/*global defineProps, Recordable */
|
||||
const props = defineProps({
|
||||
|
@ -89,7 +89,6 @@ limitations under the License. -->
|
||||
import { ElMessage } from "element-plus";
|
||||
import { EntityType, QueryOrders, Status } from "../../data";
|
||||
import type { LayoutConfig } from "@/types/dashboard";
|
||||
import removeAssociationFilters from "@/hooks/useAssociateProcessor";
|
||||
|
||||
/*global defineProps, Recordable */
|
||||
const props = defineProps({
|
||||
|
@ -86,7 +86,6 @@ limitations under the License. -->
|
||||
import { ElMessage } from "element-plus";
|
||||
import { EntityType, QueryOrders, Status } from "../../data";
|
||||
import type { LayoutConfig } from "@/types/dashboard";
|
||||
import removeAssociationFilters from "@/hooks/useAssociateProcessor";
|
||||
|
||||
const FiltersKeys: { [key: string]: string } = {
|
||||
status: "traceState",
|
||||
|
Loading…
Reference in New Issue
Block a user