fix: Fix for vpn resource download
fix for vpn resource download Change-Id: I38243981aefd7238973ace7fb6e9c1fd30e46fcc
This commit is contained in:
parent
a33636340d
commit
e379fe4d53
@ -67,7 +67,6 @@ export default class Index extends Base {
|
|||||||
<div>{name}</div>
|
<div>{name}</div>
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
stringify: (name, record) => `${record.id}\n${name}`,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Project ID/Name'),
|
title: t('Project ID/Name'),
|
||||||
|
@ -70,7 +70,6 @@ export default class Index extends Base {
|
|||||||
<div>{name}</div>
|
<div>{name}</div>
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
stringify: (name, record) => `${record.id}\n${name}`,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Project ID/Name'),
|
title: t('Project ID/Name'),
|
||||||
|
@ -71,7 +71,6 @@ export default class Index extends Base {
|
|||||||
<div>{name}</div>
|
<div>{name}</div>
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
stringify: (name, record) => `${record.id}\n${name}`,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Project ID/Name'),
|
title: t('Project ID/Name'),
|
||||||
|
@ -65,7 +65,6 @@ export default class Index extends Base {
|
|||||||
<div>{name}</div>
|
<div>{name}</div>
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
stringify: (name, record) => `${record.id}\n${name}`,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('Project ID/Name'),
|
title: t('Project ID/Name'),
|
||||||
@ -80,7 +79,7 @@ export default class Index extends Base {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('External IP'),
|
title: t('External IP'),
|
||||||
dataIndex: 'id',
|
dataIndex: 'null',
|
||||||
render: (value, record) => record.external_v4_ip || record.external_v6_ip,
|
render: (value, record) => record.external_v4_ip || record.external_v6_ip,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user