+
+ {/* 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;