Merge "fix: Fix for network download & vpn tunnel create css"
This commit is contained in:
commit
4a8970a134
@ -214,13 +214,13 @@ export default class Create extends ModalAction {
|
|||||||
component: (
|
component: (
|
||||||
<Row>
|
<Row>
|
||||||
{!peer_ep_group_id ? (
|
{!peer_ep_group_id ? (
|
||||||
<Col>
|
<Col span={24}>
|
||||||
<Empty />
|
<Empty />
|
||||||
</Col>
|
</Col>
|
||||||
) : (
|
) : (
|
||||||
this.endpointGroupStore.list.data
|
this.endpointGroupStore.list.data
|
||||||
.find((i) => i.id === peer_ep_group_id)
|
.find((i) => i.id === peer_ep_group_id)
|
||||||
.endpoints.map((item) => <Col>{item}</Col>)
|
.endpoints.map((item) => <Col span={24}>{item}</Col>)
|
||||||
)}
|
)}
|
||||||
</Row>
|
</Row>
|
||||||
),
|
),
|
||||||
|
@ -75,6 +75,7 @@ export const networkColumns = (self) => [
|
|||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
stringify: (subnets) => `${subnets.length}(${subnets.join(',')})`,
|
||||||
sorter: false,
|
sorter: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user