perf: ask for close relevant connections before edit

This commit is contained in:
tiny-craft
2023-07-17 10:49:53 +08:00
parent 4879901a33
commit 5806b19fb1
19 changed files with 403 additions and 324 deletions

View File

@@ -50,7 +50,7 @@ const onDisconnectAll = () => {
/>
<n-input v-model:value="filterPattern" :placeholder="$t('filter')" clearable>
<template #prefix>
<n-icon :component="Filter" color="#aaa" size="20" />
<n-icon :component="Filter" size="20" />
</template>
</n-input>
</div>