added infras info to executions

This commit is contained in:
dcore94 2023-03-29 16:20:30 +02:00
parent eeaf424d8b
commit 989d57078d
1 changed files with 1 additions and 0 deletions

View File

@ -453,6 +453,7 @@ class CCPExecutionHistory extends HTMLElement {
const t = infra.type.match(/docker/i) ? "docker" : null
const t2 = !t && infra.type.match(/lxd/i) ? "lxd" : t
e.classList.add(t2)
}
},
{
target : "ul",