mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-20 00:38:28 +00:00
perf: 修改审计台仪表盘快捷跳转
This commit is contained in:
@@ -793,7 +793,7 @@
|
||||
"ProportionOfAssetTypes": "Proportion of asset types",
|
||||
"Proportion": "Proportion",
|
||||
"LoginUserRanking": "Login user ranking",
|
||||
"ActiveAssetRanking": "Active asset ranking",
|
||||
"ActiveAssetRanking": "Login asset ranking",
|
||||
"AssetName": "Asset name",
|
||||
"NumberOfVisits": "Number of visits",
|
||||
"ranking": "Ranking",
|
||||
|
||||
@@ -793,7 +793,7 @@
|
||||
"ProportionOfAssetTypes": "資産タイプの割合",
|
||||
"Proportion": "占有率",
|
||||
"LoginUserRanking": "ログインユーザーランキング",
|
||||
"ActiveAssetRanking": "アクティブ資産ランキング",
|
||||
"ActiveAssetRanking": "ログイン資産ランキング",
|
||||
"AssetName": "資産名",
|
||||
"NumberOfVisits": "アクセス回数",
|
||||
"ranking": "ランキング",
|
||||
|
||||
@@ -789,7 +789,7 @@
|
||||
"ProportionOfAssetTypes": "资产类型占比",
|
||||
"Proportion": "占比",
|
||||
"LoginUserRanking": "登录用户排名",
|
||||
"ActiveAssetRanking": "活跃资产排名",
|
||||
"ActiveAssetRanking": "登录资产排名",
|
||||
"AssetName": "资产名称",
|
||||
"NumberOfVisits": "访问次数",
|
||||
"ranking": "排名",
|
||||
|
||||
@@ -48,7 +48,7 @@ export default {
|
||||
{
|
||||
title: this.$t('dashboard.LoginNum'),
|
||||
body: {
|
||||
route: { name: `LoginLog` },
|
||||
route: { name: `LoginLogList` },
|
||||
count: this.data.total_count_user_login_logs,
|
||||
disabled: !this.$hasPerm('audits.view_userloginlog')
|
||||
}
|
||||
@@ -56,7 +56,7 @@ export default {
|
||||
{
|
||||
title: this.$t('dashboard.OperationLogNum'),
|
||||
body: {
|
||||
route: { name: `OperateLog` },
|
||||
route: { name: `OperateLogList` },
|
||||
count: this.data.total_count_operate_logs,
|
||||
disabled: !this.$hasPerm('audits.view_operatelog')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user