mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add warning alert
This commit is contained in:
@@ -57,6 +57,11 @@ const DynamicKeyValueList = ({name, label, initialValue, keyPlaceholder, valuePl
|
||||
export default function EppConnectorForm() {
|
||||
|
||||
return <>
|
||||
<Alert
|
||||
message={t`This connector is experimental and its implementation has not been fully tested. Please submit an issue for any issues related to it.`}
|
||||
type='warning'
|
||||
style={{marginBottom: '1em'}}
|
||||
/>
|
||||
<Alert
|
||||
message={t`The EPP connector is a special type of connector. Be careful.`}
|
||||
type='info'
|
||||
|
||||
Reference in New Issue
Block a user