Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: refine ui permissions of actuator page #4945

Merged
merged 1 commit into from Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions console/console-src/modules/system/actuator/module.ts
Expand Up @@ -17,6 +17,7 @@ export default definePlugin({
meta: {
title: "core.actuator.title",
searchable: true,
permissions: ["system:actuator:manage"],
menu: {
name: "core.sidebar.menu.items.actuator",
group: "system",
Expand Down
2 changes: 2 additions & 0 deletions console/src/locales/en.yaml
Expand Up @@ -1176,6 +1176,8 @@ core:
Migration Manage: Backup and Restore Manage
role-template-view-users: User View
role-template-change-password: Change Password
Actuator Management: System Information
Actuator Manage: Access System Information
components:
submit_button:
computed_text: "{text} ({shortcut})"
Expand Down
2 changes: 2 additions & 0 deletions console/src/locales/zh-CN.yaml
Expand Up @@ -1176,6 +1176,8 @@ core:
Migration Manage: 备份与恢复管理
role-template-view-users: 用户查看
role-template-change-password: 修改密码
Actuator Management: 系统指标
Actuator Manage: 访问系统指标
components:
submit_button:
computed_text: "{text}({shortcut})"
Expand Down
2 changes: 2 additions & 0 deletions console/src/locales/zh-TW.yaml
Expand Up @@ -1176,6 +1176,8 @@ core:
Migration Manage: 備份與還原管理
role-template-view-users: 用戶查看
role-template-change-password: 修改密碼
Actuator Management: 系統指標
Actuator Manage: 訪問系統指標
components:
submit_button:
computed_text: "{text}({shortcut})"
Expand Down