Skip to content

Commit 485024c

Browse files
committed
bak it
1 parent 06b8c23 commit 485024c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

admin-web/src/view/network/NetworkDetailPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function NetworkDetailPage() {
6767
<Col span={8}>
6868
<Form.Item rules={[{required: true}]} name={['setting','protocol']}
6969
label="Protocol">
70-
<Select disabled>
70+
<Select>
7171
<Option value={NetworkProtocol.TCP}>TCP</Option>
7272
<Option value={NetworkProtocol.UDP}>UDP</Option>
7373
</Select>
@@ -84,4 +84,4 @@ export default function NetworkDetailPage() {
8484
// add Nodes Navigator, Invite Code
8585
// <Col span={8}>
8686
// <Form.Item name={['setting', 'dns']} label="Default DNS"><Input/></Form.Item>
87-
// </Col>
87+
// </Col>

0 commit comments

Comments
 (0)