We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b8c23 commit 485024cCopy full SHA for 485024c
admin-web/src/view/network/NetworkDetailPage.tsx
@@ -67,7 +67,7 @@ export default function NetworkDetailPage() {
67
<Col span={8}>
68
<Form.Item rules={[{required: true}]} name={['setting','protocol']}
69
label="Protocol">
70
- <Select disabled>
+ <Select>
71
<Option value={NetworkProtocol.TCP}>TCP</Option>
72
<Option value={NetworkProtocol.UDP}>UDP</Option>
73
</Select>
@@ -84,4 +84,4 @@ export default function NetworkDetailPage() {
84
// add Nodes Navigator, Invite Code
85
// <Col span={8}>
86
// <Form.Item name={['setting', 'dns']} label="Default DNS"><Input/></Form.Item>
87
-// </Col>
+// </Col>
0 commit comments