Skip to content

Commit

Permalink
edit menu
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Aug 1, 2023
1 parent 472fea2 commit bcd67f0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 33 deletions.
66 changes: 34 additions & 32 deletions cockpit/menu_override/systemd.override.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
{
"tools": {
"terminal": null,
"logs": {
"label": "Logs",
"order": 20,
"docs": [
{
"label": "Reviewing logs",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/reviewing-logs_system-management-using-the-rhel-8-web-console"
}
],
"keywords": [
{
"matches": [
"journal",
"warning",
"error",
"debug"
]
},
{
"matches": [
"abrt",
"crash",
"coredump"
],
"goto": "?tag=abrt-notification"
}
]
}
},
"menu": {
"logs": null,
"services": null,
"index": {
"label": "Overview",
"order": -2,
Expand Down Expand Up @@ -58,36 +91,6 @@
}
]
},
"logs": {
"label": "Logs",
"order": 20,
"docs": [
{
"label": "Reviewing logs",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/reviewing-logs_system-management-using-the-rhel-8-web-console"
}
],
"keywords": [
{
"matches": [
"journal",
"warning",
"error",
"debug"
]
},
{
"matches": [
"abrt",
"crash",
"coredump"
],
"goto": "?tag=abrt-notification"
}
]
}
},
"menu": {
"terminal": {
"label": "Terminal",
"keywords": [
Expand All @@ -103,8 +106,7 @@
}
},
"preload": [
"index",
"services"
"index"
],
"content-security-policy": "img-src 'self' data:"
}
1 change: 0 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"7"
],
"Rocky": [
"9",
"8"
],
"CentOS Stream": [
Expand Down

0 comments on commit bcd67f0

Please sign in to comment.