feat: 为仪表盘的连接列表添加即时搜索框

This commit is contained in:
Baobhan Sith
2025-05-07 09:59:15 +08:00
parent d66b96d2cb
commit c44cbfbc17
4 changed files with 44 additions and 14 deletions
+3 -1
View File
@@ -1085,7 +1085,9 @@
"filterTags": {
"all": "All Tags"
},
"noConnectionsWithTag": "No connections found with this tag"
"noConnectionsWithTag": "No connections found with this tag",
"noConnectionsMatchSearch": "No connections match your search.",
"searchConnectionsPlaceholder": "Search connections..."
},
"terminalTabBar": {
"selectServerTitle": "Select server to connect"
+2
View File
@@ -199,6 +199,8 @@
"all": "すべてのタグ"
},
"noConnectionsWithTag": "このタグには接続記録がありません",
"noConnectionsMatchSearch": "検索条件に一致する接続はありません。",
"searchConnectionsPlaceholder": "接続を検索...",
"viewAllConnections": "すべての接続を表示",
"viewFullAuditLog": "完全な監査ログを表示"
},
+3 -1
View File
@@ -1088,7 +1088,9 @@
"filterTags": {
"all": "所有标签"
},
"noConnectionsWithTag": "该标签下没有连接记录"
"noConnectionsWithTag": "该标签下没有连接记录",
"noConnectionsMatchSearch": "没有连接匹配搜索条件",
"searchConnectionsPlaceholder": "搜索连接..."
},
"terminalTabBar": {
"selectServerTitle": "选择要连接的服务器"