We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf350ee commit 37c1cecCopy full SHA for 37c1cec
2 files changed
core/init/migration/helper/menu.go
@@ -122,7 +122,7 @@ func LoadMenus() string {
122
item[i].Children = UpsertMenuByLabel(item[i].Children, dto.ShowMenu{
123
ID: "122",
124
Disabled: false,
125
- Title: "xpack.user.opsReport",
+ Title: "xpack.opsReport.name",
126
IsShow: true,
127
Label: "OpsReport",
128
Path: "/enterprise/ops-report",
core/init/migration/migrations/init.go
@@ -1179,7 +1179,7 @@ var AddOpsReportMenu = &gormigrate.Migration{
1179
newItem := dto.ShowMenu{
1180
1181
1182
1183
1184
1185
0 commit comments