feat: 为仪表盘的连接列表添加即时搜索框
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -199,6 +199,8 @@
|
||||
"all": "すべてのタグ"
|
||||
},
|
||||
"noConnectionsWithTag": "このタグには接続記録がありません",
|
||||
"noConnectionsMatchSearch": "検索条件に一致する接続はありません。",
|
||||
"searchConnectionsPlaceholder": "接続を検索...",
|
||||
"viewAllConnections": "すべての接続を表示",
|
||||
"viewFullAuditLog": "完全な監査ログを表示"
|
||||
},
|
||||
|
||||
@@ -1088,7 +1088,9 @@
|
||||
"filterTags": {
|
||||
"all": "所有标签"
|
||||
},
|
||||
"noConnectionsWithTag": "该标签下没有连接记录"
|
||||
"noConnectionsWithTag": "该标签下没有连接记录",
|
||||
"noConnectionsMatchSearch": "没有连接匹配搜索条件",
|
||||
"searchConnectionsPlaceholder": "搜索连接..."
|
||||
},
|
||||
"terminalTabBar": {
|
||||
"selectServerTitle": "选择要连接的服务器"
|
||||
|
||||
Reference in New Issue
Block a user