added infras info to executions
This commit is contained in:
parent
eeaf424d8b
commit
989d57078d
|
@ -453,6 +453,7 @@ class CCPExecutionHistory extends HTMLElement {
|
||||||
const t = infra.type.match(/docker/i) ? "docker" : null
|
const t = infra.type.match(/docker/i) ? "docker" : null
|
||||||
const t2 = !t && infra.type.match(/lxd/i) ? "lxd" : t
|
const t2 = !t && infra.type.match(/lxd/i) ? "lxd" : t
|
||||||
e.classList.add(t2)
|
e.classList.add(t2)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
target : "ul",
|
target : "ul",
|
||||||
|
|
Loading…
Reference in New Issue