mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Add ignored job_conditions to list of unsupported reasons (#7790)
This commit is contained in:
parent
d4bf3a2ec3
commit
1d367eca69
@ -47,6 +47,10 @@ const UNSUPPORTED_REASON = {
|
||||
title: "Docker Version",
|
||||
url: "/more-info/unsupported/docker_version",
|
||||
},
|
||||
job_conditions: {
|
||||
title: "Ignored job conditions",
|
||||
url: "/more-info/unsupported/job_conditions",
|
||||
},
|
||||
lxc: { title: "LXC", url: "/more-info/unsupported/lxc" },
|
||||
network_manager: {
|
||||
title: "Network Manager",
|
||||
|
Loading…
x
Reference in New Issue
Block a user