Skip to content

Commit

Permalink
feat(frontend): redis安装module TencentBlueKing#8020
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 25204
  • Loading branch information
JustaCattt committed Nov 28, 2024
1 parent 0a86d6d commit dfed32c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,12 @@
},
render: ({ data }: ColumnRenderData) => data.major_version || '--',
},
{
label: 'Modules',
field: 'module_names',
minWidth: 100,
render: ({ data }: ColumnRenderData) => data.module_names.length ? data.module_names.map(item=><p class="mb-4">{item}</p>) : '--',
},
{
label: t('容灾要求'),
field: 'disaster_tolerance_level',
Expand Down Expand Up @@ -1070,6 +1076,7 @@
ClusterNodeKeys.REDIS_SLAVE,
'cluster_type_name',
'major_version',
'module_names',
'disaster_tolerance_level',
'region',
'spec_name',
Expand Down

0 comments on commit dfed32c

Please sign in to comment.