chore: update description for adding worker

This commit is contained in:
jialin
2025-11-06 19:38:01 +08:00
parent 7334bcdf83
commit fadff34f5f
9 changed files with 79 additions and 26 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ const Overview: React.FC = () => {
xs={{ flex: '100%' }}
sm={{ flex: '50%' }}
md={{ flex: '50%' }}
lg={{ flex: '25%' }}
xl={{ flex: '25%' }}
lg={{ flex: '20%' }}
xl={{ flex: '20%' }}
key={config.key}
>
{renderCardItem({
+5
View File
@@ -1,4 +1,9 @@
export const overviewConfigs = [
{
key: 'cluster_count',
label: 'dashboard.clusters',
backgroundColor: 'var(--color-white-1)'
},
{
key: 'worker_count',
label: 'dashboard.workers',