diff --git a/ccp/js/executionhistorycontroller.js b/ccp/js/executionhistorycontroller.js index 22a7ae1..f2ca7c4 100644 --- a/ccp/js/executionhistorycontroller.js +++ b/ccp/js/executionhistorycontroller.js @@ -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",