feat: support deploying cpu workers for k8s cluster

This commit is contained in:
Yuxing Deng
2026-06-10 15:26:13 +08:00
committed by jialin
parent c8860207e8
commit ded270ff25
11 changed files with 124 additions and 38 deletions
@@ -24,6 +24,7 @@ const Box = styled.div`
background-color: rgba(255, 255, 255, 0.1);
&.active {
background-color: var(--ant-color-fill-tertiary);
border-color: var(--ant-color-primary);
}
.template-card-icon {
margin-right: 0;
@@ -57,6 +58,7 @@ const Box = styled.div`
}
&.active {
background-color: var(--ant-color-bg-solid);
border-color: var(--ant-color-primary);
}
}
}