feat: 仪表盘连接列表增加标签筛选和显示功能
This commit is contained in:
@@ -1039,7 +1039,11 @@
|
||||
"type": "Type",
|
||||
"updated": "Updated",
|
||||
"created": "Created"
|
||||
}
|
||||
},
|
||||
"filterTags": {
|
||||
"all": "All Tags"
|
||||
},
|
||||
"noConnectionsWithTag": "No connections found with this tag"
|
||||
},
|
||||
"terminalTabBar": {
|
||||
"selectServerTitle": "Select server to connect"
|
||||
|
||||
@@ -195,6 +195,10 @@
|
||||
"type": "タイプ",
|
||||
"updated": "更新日時"
|
||||
},
|
||||
"filterTags": {
|
||||
"all": "すべてのタグ"
|
||||
},
|
||||
"noConnectionsWithTag": "このタグには接続記録がありません",
|
||||
"viewAllConnections": "すべての接続を表示",
|
||||
"viewFullAuditLog": "完全な監査ログを表示"
|
||||
},
|
||||
|
||||
@@ -1042,7 +1042,11 @@
|
||||
"type": "类型",
|
||||
"updated": "修改时间",
|
||||
"created": "创建时间"
|
||||
}
|
||||
},
|
||||
"filterTags": {
|
||||
"all": "所有标签"
|
||||
},
|
||||
"noConnectionsWithTag": "该标签下没有连接记录"
|
||||
},
|
||||
"terminalTabBar": {
|
||||
"selectServerTitle": "选择要连接的服务器"
|
||||
|
||||
Reference in New Issue
Block a user