chore: update description for adding worker
This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
export const overviewConfigs = [
|
||||
{
|
||||
key: 'cluster_count',
|
||||
label: 'dashboard.clusters',
|
||||
backgroundColor: 'var(--color-white-1)'
|
||||
},
|
||||
{
|
||||
key: 'worker_count',
|
||||
label: 'dashboard.workers',
|
||||
|
||||
Reference in New Issue
Block a user