This commit is contained in:
Baobhan Sith
2025-04-17 22:09:07 +08:00
parent 3f58f52771
commit 6a4f3d7a00
4 changed files with 47 additions and 8 deletions
@@ -197,7 +197,13 @@ const handleOpenInNewTab = (connectionId: number) => {
:placeholder="t('workspaceConnectionList.searchPlaceholder')"
class="search-input"
/>
<!-- Add button removed -->
<button
class="add-button"
@click="handleMenuAction('add')"
:title="t('connections.addConnection')"
>
<i class="fas fa-plus"></i>
</button>
</div>
<!-- 连接列表区域 -->