Fix tenant merge review layout
This commit is contained in:
@@ -115,16 +115,32 @@ onMounted(async () => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="space-y-4">
|
<UDashboardNavbar title="Tenant-Import prüfen">
|
||||||
<div class="flex flex-wrap items-center justify-between gap-3">
|
<template #left>
|
||||||
<div>
|
<UButton
|
||||||
<h1 class="text-2xl font-semibold">Tenant-Import prüfen</h1>
|
color="neutral"
|
||||||
<p class="text-sm text-gray-500">Dry-Run {{ importId }}</p>
|
variant="outline"
|
||||||
</div>
|
icon="i-heroicons-chevron-left"
|
||||||
<UButton color="neutral" variant="soft" icon="i-heroicons-arrow-left" @click="router.push(`/administration/tenants/${tenantId}`)">
|
@click="router.push(`/administration/tenants/${tenantId}`)"
|
||||||
Zurück zum Tenant
|
>
|
||||||
|
Tenant
|
||||||
</UButton>
|
</UButton>
|
||||||
</div>
|
</template>
|
||||||
|
<template #right>
|
||||||
|
<UBadge color="neutral" variant="soft" class="hidden sm:inline-flex">
|
||||||
|
Dry-Run {{ importId.slice(0, 8) }}
|
||||||
|
</UBadge>
|
||||||
|
</template>
|
||||||
|
</UDashboardNavbar>
|
||||||
|
|
||||||
|
<UDashboardPanelContent>
|
||||||
|
<div class="mx-auto w-full max-w-screen-2xl space-y-6 pb-8">
|
||||||
|
<div>
|
||||||
|
<h1 class="text-2xl font-semibold text-highlighted">Import prüfen und zusammenführen</h1>
|
||||||
|
<p class="mt-1 text-sm text-muted">
|
||||||
|
Prüfe neue, vorhandene und abweichende Datensätze, bevor Änderungen am Tenant ausgeführt werden.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<UAlert
|
<UAlert
|
||||||
title="Noch keine Daten wurden verändert"
|
title="Noch keine Daten wurden verändert"
|
||||||
@@ -244,5 +260,6 @@ onMounted(async () => {
|
|||||||
>Merge ausführen</UButton>
|
>Merge ausführen</UButton>
|
||||||
</div>
|
</div>
|
||||||
</UCard>
|
</UCard>
|
||||||
</div>
|
</div>
|
||||||
|
</UDashboardPanelContent>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user