mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
edit menu
This commit is contained in:
parent
472fea214e
commit
bcd67f081a
@ -1,5 +1,38 @@
|
|||||||
{
|
{
|
||||||
"tools": {
|
"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": {
|
"index": {
|
||||||
"label": "Overview",
|
"label": "Overview",
|
||||||
"order": -2,
|
"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": {
|
"terminal": {
|
||||||
"label": "Terminal",
|
"label": "Terminal",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
@ -103,8 +106,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"preload": [
|
"preload": [
|
||||||
"index",
|
"index"
|
||||||
"services"
|
|
||||||
],
|
],
|
||||||
"content-security-policy": "img-src 'self' data:"
|
"content-security-policy": "img-src 'self' data:"
|
||||||
}
|
}
|
@ -26,7 +26,6 @@
|
|||||||
"7"
|
"7"
|
||||||
],
|
],
|
||||||
"Rocky": [
|
"Rocky": [
|
||||||
"9",
|
|
||||||
"8"
|
"8"
|
||||||
],
|
],
|
||||||
"CentOS Stream": [
|
"CentOS Stream": [
|
||||||
|
Loading…
Reference in New Issue
Block a user