mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +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",
|
title: "Docker Version",
|
||||||
url: "/more-info/unsupported/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" },
|
lxc: { title: "LXC", url: "/more-info/unsupported/lxc" },
|
||||||
network_manager: {
|
network_manager: {
|
||||||
title: "Network Manager",
|
title: "Network Manager",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user