feat(frontend): polish connection tree and terminal groups
Add explorer-style tree search in the connections view with match-path expansion, clearer count highlighting, and a refined sidebar header layout. Improve terminal tab grouping by keeping new sessions appended within their server group, highlighting the active group, and deduplicating broadcast actions to send commands once per server.
This commit is contained in:
@@ -60,10 +60,10 @@
|
||||
"loading": "ロード中...",
|
||||
"searchPlaceholder": "履歴を検索...",
|
||||
"actions": {
|
||||
"sendToAllSessions": "すべてのセッションに送信"
|
||||
"sendToAllSessions": "すべてのサーバーに送信"
|
||||
},
|
||||
"notifications": {
|
||||
"sentToAllSessions": "コマンドは {count} 個のセッションに送信されました。",
|
||||
"sentToAllSessions": "コマンドは {count} 台のサーバーに送信されました。",
|
||||
"noActiveSshSessions": "コマンドを送信するアクティブな SSH セッションはありません。"
|
||||
}
|
||||
},
|
||||
@@ -730,13 +730,13 @@
|
||||
"sortByUsage": "使用頻度",
|
||||
"usageCount": "使用回数",
|
||||
"actions": {
|
||||
"sendToAllSessions": "すべてのセッションに送信"
|
||||
"sendToAllSessions": "すべてのサーバーに送信"
|
||||
},
|
||||
"notifications": {
|
||||
"sentToAllSessions": "コマンドは {count} 個のセッションに送信されました。",
|
||||
"sentToAllSessions": "コマンドは {count} 台のサーバーに送信されました。",
|
||||
"noActiveSshSessions": "コマンドを送信するアクティブな SSH セッションはありません。"
|
||||
}
|
||||
},
|
||||
},
|
||||
"remoteDesktopModal": {
|
||||
"errors": {
|
||||
"clientError": "クライアントエラー",
|
||||
|
||||
Reference in New Issue
Block a user