- {{ key }} + {{ key }} | -+ + | {{ new Date(value).toLocaleString() }} | - {{ value }} + {{ value || '-' }} |
Successfully deleted source authentication
+Something went wrong deleting the source authentication
+{{ error }}
++ Do you want to delete {{ sourceStore.sourceConfigurationKey.replace(/^authentication\./g, '') }} from Source Authentication? +
+ +Authentication successfully added
+{{ error }}
+Synchronization successfully added
-{{ error }}
-+ {{ openRegisterIsAvailable + ? 'Some features require Open Register to be installed' + : 'This either means that Open Register is not available on this server or you need to confirm your password' }} +
+ + +Synchronization successfully added
+{{ error || 'An error occurred' }}
+The connection to the synchronization was successful.
+An error occurred while testing the synchronization.
- An error occurred while testing the connection: {{ - synchronizationStore.synchronizationTest - ? synchronizationStore.synchronizationTest.message + +
The connection to the synchronization was successful.
++ An error occurred while testing the connection: {{ + synchronizationStore.synchronizationTest ? synchronizationStore.synchronizationTest.message - : synchronizationStore.synchronizationTest.error - : response?.statusMessage - ? response?.statusMessage - : `${response?.status} - ${response?.statusText}` - }} -
-Status: {{ response?.statusText }} ({{ response?.status }})
-Response time: {{ response?.responseTime ?? 'Onbekend' }} (Milliseconds)
-Size: {{ response?.size ?? 'Onbekend' }} (Bytes)
-Remote IP: {{ response?.remoteIp }}
-Headers: {{ response?.headers }}
-Body: {{ response?.body }}
+Status: {{ response?.statusText }} ({{ response?.status }})
+Response time: {{ response?.responseTime ?? 'Onbekend' }} (Milliseconds)
+Size: {{ response?.size ?? 'Onbekend' }} (Bytes)
+Remote IP: {{ response?.remoteIp ?? 'Onbekend' }}
+Headers: {{ response?.headers }}
+Body: {{ response?.body }}
+Successfully deleted source config
+Something went wrong deleting the source config
+{{ error }}
++ Do you want to delete {{ synchronizationStore.synchronizationSourceConfigKey }}? +
+ +Source Config successfully added
+{{ error }}
+Successfully deleted target config
+Something went wrong deleting the target config
+{{ error }}
++ Do you want to delete {{ synchronizationStore.synchronizationTargetConfigKey }}? +
+ +Target Config successfully added
+{{ error }}
+{{ synchronizationStore.synchronizationItem.sourceType || 'N/A' }}
{{ synchronizationStore.synchronizationItem.sourceConfig || 'N/A' }}
-{{ synchronizationStore.synchronizationItem.sourceHash || 'N/A' }}
@@ -159,6 +167,78 @@ import { synchronizationStore, navigationStore, logStore } from '../../store/sto No contracts found