mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Add content trust reasons (#8674)
This commit is contained in:
parent
ce5fb57577
commit
740805356f
@ -48,6 +48,7 @@ const UNSUPPORTED_REASON_URL = {
|
||||
os: "/more-info/unsupported/os",
|
||||
privileged: "/more-info/unsupported/privileged",
|
||||
systemd: "/more-info/unsupported/systemd",
|
||||
content_trust: "/more-info/unsupported/content_trust",
|
||||
};
|
||||
|
||||
const UNHEALTHY_REASON_URL = {
|
||||
@ -55,6 +56,7 @@ const UNHEALTHY_REASON_URL = {
|
||||
supervisor: "/more-info/unhealthy/supervisor",
|
||||
setup: "/more-info/unhealthy/setup",
|
||||
docker: "/more-info/unhealthy/docker",
|
||||
untrusted: "/more-info/unhealthy/untrusted",
|
||||
};
|
||||
|
||||
@customElement("hassio-supervisor-info")
|
||||
|
@ -3720,6 +3720,7 @@
|
||||
"share_diagonstics_description": "Would you want to automatically share crash reports and diagnostic information when the Supervisor encounters unexpected errors? {line_break} This will allow us to fix the problems, the information is only accessible to the Home Assistant Core team and will not be shared with others.{line_break} The data does not include any private/sensitive information and you can disable this in settings at any time you want.",
|
||||
"unsupported_reason": {
|
||||
"container": "Containers known to cause issues",
|
||||
"content-trust": "Content-trust validation is disabled",
|
||||
"dbus": "DBUS",
|
||||
"docker_configuration": "Docker Configuration",
|
||||
"docker_version": "Docker Version",
|
||||
@ -3734,7 +3735,8 @@
|
||||
"privileged": "Supervisor is not privileged",
|
||||
"supervisor": "Supervisor was not able to update",
|
||||
"setup": "Setup of the Supervisor failed",
|
||||
"docker": "The Docker environment is not working properly"
|
||||
"docker": "The Docker environment is not working properly",
|
||||
"untrusted": "Detected untrusted content"
|
||||
}
|
||||
},
|
||||
"host": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user