feat: add warning alert

This commit is contained in:
Maël Gangloff
2025-03-23 16:12:10 +01:00
parent 90f106236b
commit 00af65d1fe
2 changed files with 176 additions and 56 deletions

View File

@@ -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'