perf: add tips for add server modal
This commit is contained in:
parent
0b508a40b1
commit
b1dc092737
@ -77,11 +77,17 @@ export const WebsiteList: React.FC = React.memo(() => {
|
|||||||
<Form.Item
|
<Form.Item
|
||||||
label="Server Name"
|
label="Server Name"
|
||||||
name="name"
|
name="name"
|
||||||
|
tooltip="Server Name to Display"
|
||||||
rules={[{ required: true }]}
|
rules={[{ required: true }]}
|
||||||
>
|
>
|
||||||
<Input />
|
<Input />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label="Domain" name="domain" rules={[{ required: true }]}>
|
<Form.Item
|
||||||
|
label="Domain"
|
||||||
|
name="domain"
|
||||||
|
tooltip="Your server domain, or ip."
|
||||||
|
rules={[{ required: true }]}
|
||||||
|
>
|
||||||
<Input />
|
<Input />
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Form>
|
</Form>
|
||||||
|
Loading…
Reference in New Issue
Block a user