Skip to content

Commit

Permalink
feat(frontend): 集群、实例补充字段 TencentBlueKing#7813
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Nov 20, 2024
1 parent 7322ee4 commit 543391f
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
{
label: t('访问入口'),
field: 'domain',
minWidth: 320,
minWidth: 300,
fixed: 'left',
renderHead: () => (
<RenderHeadCopy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
{
label: t('访问入口'),
field: 'domain',
minWidth: 320,
minWidth: 300,
fixed: 'left',
renderHead: () => (
<RenderHeadCopy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
{
label: t('访问入口'),
field: 'domain',
minWidth: 320,
minWidth: 280,
fixed: 'left',
renderHead: () => (
<RenderHeadCopy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@
{
label: t('实例'),
minWidth: 300,
width: 300,
fixed: 'left',
field: 'instance',
showOverflowTooltip: false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
{
label: t('访问入口'),
field: 'domain',
minWidth: 320,
minWidth: 280,
fixed: 'left',
renderHead: () => (
<RenderHeadCopy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
label: t('实例'),
field: 'instance_address',
fixed: 'left',
width: 200,
minWidth: 200,
showOverflowTooltip: false,
render: ({ cell, data }: ColumnData) => (
<TextOverflowLayout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,8 @@
{
label: t('访问入口'),
field: 'domain',
minWidth: 320,
minWidth: 280,
fixed: 'left',
showOverflowTooltip: false,
renderHead: () => (
<RenderHeadCopy
hasSelected={hasSelected.value}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@
field: 'instance_address',
fixed: 'left',
minWidth: 200,
showOverflowTooltip: false,
render: ({ data }: { data: RedisInstanceModel }) => (
<TextOverflowLayout>
{{
Expand Down Expand Up @@ -207,7 +206,6 @@
label: t('集群名称'),
field: 'cluster_name',
minWidth: 200,
showOverflowTooltip: false,
render: ({ data }: { data: RedisInstanceModel }) => (
<TextOverflowLayout>
{{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@
field: 'instance_address',
fixed: 'left',
minWidth: 200,
showOverflowTooltip: false,
render: ({ data }: { data: RedisInstanceModel }) => (
<TextOverflowLayout>
{{
Expand Down Expand Up @@ -212,7 +211,6 @@
label: t('集群名称'),
field: 'cluster_name',
minWidth: 200,
showOverflowTooltip: false,
render: ({ data }: { data: RedisInstanceModel }) => (
<TextOverflowLayout>
{{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
{
label: t('主访问入口'),
field: 'master_domain',
minWidth: 320,
minWidth: 280,
fixed: 'left',
renderHead: () => (
<RenderHeadCopy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
{
label: t('访问入口'),
field: 'master_domain',
minWidth: 320,
minWidth: 280,
fixed: 'left',
renderHead: () => (
<RenderHeadCopy
Expand Down Expand Up @@ -531,7 +531,6 @@
label: t('集群名称'),
field: 'cluster_name',
minWidth: 200,
showOverflowTooltip: false,
renderHead: () => (
<RenderHeadCopy
hasSelected={hasSelected.value}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,7 @@
label: t('主访问入口'),
field: 'master_domain',
fixed: 'left',
minWidth: 320,
showOverflowTooltip: false,
minWidth: 280,
renderHead: () => (
<RenderHeadCopy
hasSelected={hasSelected.value}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@
field: 'instance_address',
fixed: 'left',
minWidth: 200,
showOverflowTooltip: false,
render: ({ data }: { data: SqlServerHaInstanceModel }) => (
<TextOverflowLayout>
{{
Expand Down Expand Up @@ -213,7 +212,6 @@
label: t('集群名称'),
field: 'cluster_name',
minWidth: 200,
showOverflowTooltip: false,
render: ({ data }: { data: SqlServerHaInstanceModel }) => (
<TextOverflowLayout>
{{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
field: 'instance',
fixed: 'left',
width: 200,
showOverflowTooltip: false,
render: ({ data }: IColumn) => (
<TextOverflowLayout>
{{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,7 @@
label: t('主访问入口'),
field: 'master_domain',
fixed: 'left',
minWidth: 320,
showOverflowTooltip: false,
minWidth: 280,
renderHead: () => (
<RenderHeadCopy
hasSelected={hasSelected.value}
Expand Down

0 comments on commit 543391f

Please sign in to comment.