Skip to content

Commit

Permalink
feat(frontend): mysql、redis集群和实例列表搜索增强 #3756
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 4844
  • Loading branch information
jinquantianxia authored and zhangzhw8 committed Mar 29, 2024
1 parent f841206 commit 461720e
Show file tree
Hide file tree
Showing 103 changed files with 6,195 additions and 6,152 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
TicketTypes,
} from '@common/const';
import type { ClusterSelectorResult } from '@components/cluster-selector/types';
import DBCollapseTable, {
type ClusterTableProps,
} from '@components/db-collapse-table/DBCollapseTable.vue';
Expand Down Expand Up @@ -204,6 +203,8 @@
(e: 'success'): void,
}
type ClusterSelectorResult = Record<string, Array<ResourceItem>>
const props = withDefaults(defineProps<Props>(), {
user: '',
accessDbs: () => [],
Expand Down

This file was deleted.

Loading

0 comments on commit 461720e

Please sign in to comment.