diff --git a/cockpit/menu_override/systemd.override.json b/cockpit/menu_override/systemd.override.json index c64a86c5..12181aae 100644 --- a/cockpit/menu_override/systemd.override.json +++ b/cockpit/menu_override/systemd.override.json @@ -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, @@ -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": [ @@ -103,8 +106,7 @@ } }, "preload": [ - "index", - "services" + "index" ], "content-security-policy": "img-src 'self' data:" } \ No newline at end of file diff --git a/version.json b/version.json index 16d8a58f..92b116fb 100644 --- a/version.json +++ b/version.json @@ -26,7 +26,6 @@ "7" ], "Rocky": [ - "9", "8" ], "CentOS Stream": [