diff --git a/dashboard/src/components/ExposedLdap.vue b/dashboard/src/components/ExposedLdap.vue index 5de33a037..14dd4c9e8 100644 --- a/dashboard/src/components/ExposedLdap.vue +++ b/dashboard/src/components/ExposedLdap.vue @@ -109,7 +109,10 @@ onMounted(async () => {

{{ editError.generic }}

- + +
+ +
diff --git a/dashboard/src/components/ExternalLdap.vue b/dashboard/src/components/ExternalLdap.vue index c17d24e73..dc818016c 100644 --- a/dashboard/src/components/ExternalLdap.vue +++ b/dashboard/src/components/ExternalLdap.vue @@ -381,8 +381,10 @@ onMounted(async () => {

{{ syncMessage || 'Queued' }}

{{ syncError }}

- - +
+ + +
diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 222f14456..c06258496 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -154,6 +154,12 @@ h1.section-header { margin-top: 20px; } +.section-button-bar { + display: flex; + gap: 10px; + flex-direction: row-reverse; +} + /* info table label:value in Sections */ .info-row { display: flex; diff --git a/dashboard/src/views/UserDirectoryView.vue b/dashboard/src/views/UserDirectoryView.vue index 063a2d240..53d8e6614 100644 --- a/dashboard/src/views/UserDirectoryView.vue +++ b/dashboard/src/views/UserDirectoryView.vue @@ -1,7 +1,7 @@