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
|
||||
label="Server Name"
|
||||
name="name"
|
||||
tooltip="Server Name to Display"
|
||||
rules={[{ required: true }]}
|
||||
>
|
||||
<Input />
|
||||
</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 />
|
||||
</Form.Item>
|
||||
</Form>
|
||||
|
Loading…
Reference in New Issue
Block a user