diff --git a/src/features/providers/sheets/forms/BaseProviderForm.tsx b/src/features/providers/sheets/forms/BaseProviderForm.tsx index 03dd197..232d937 100644 --- a/src/features/providers/sheets/forms/BaseProviderForm.tsx +++ b/src/features/providers/sheets/forms/BaseProviderForm.tsx @@ -635,7 +635,20 @@ export function BaseProviderForm({ defaultOpen >
-
+
+ {/* Add entry button on the left */} + + {/* Test all button on the right */}
) : null} diff --git a/src/features/providers/sheets/forms/sharedForm.module.scss b/src/features/providers/sheets/forms/sharedForm.module.scss index 1e5773f..f3079c3 100644 --- a/src/features/providers/sheets/forms/sharedForm.module.scss +++ b/src/features/providers/sheets/forms/sharedForm.module.scss @@ -221,6 +221,10 @@ margin-bottom: 2px; } +.entriesToolbarSplit { + justify-content: space-between; +} + .connectivityRow { display: flex; align-items: center;