Handle missing tables in tenant merge
All checks were successful
Build and Push Docker Images / build-central-services-api (push) Successful in 24s
Build and Push Docker Images / build-central-services-admin (push) Successful in 24s
Build and Push Docker Images / build-docs (push) Successful in 24s
Build and Push Docker Images / build-backend (push) Successful in 38s
Build and Push Docker Images / build-frontend (push) Successful in 1m42s
Build and Push Docker Images / build-website (push) Successful in 27s
All checks were successful
Build and Push Docker Images / build-central-services-api (push) Successful in 24s
Build and Push Docker Images / build-central-services-admin (push) Successful in 24s
Build and Push Docker Images / build-docs (push) Successful in 24s
Build and Push Docker Images / build-backend (push) Successful in 38s
Build and Push Docker Images / build-frontend (push) Successful in 1m42s
Build and Push Docker Images / build-website (push) Successful in 27s
This commit is contained in:
@@ -217,12 +217,14 @@ onMounted(async () => {
|
||||
</p>
|
||||
<div v-if="item.kind === 'conflict'" class="flex flex-wrap gap-2">
|
||||
<UButton
|
||||
v-if="item.allowedDecisions.includes('target')"
|
||||
size="sm"
|
||||
:color="decisions[item.id] === 'target' ? 'primary' : 'neutral'"
|
||||
:variant="decisions[item.id] === 'target' ? 'solid' : 'soft'"
|
||||
@click="decisions[item.id] = 'target'"
|
||||
>Ziel behalten</UButton>
|
||||
<UButton
|
||||
v-if="item.allowedDecisions.includes('source')"
|
||||
size="sm"
|
||||
:color="decisions[item.id] === 'source' ? 'warning' : 'neutral'"
|
||||
:variant="decisions[item.id] === 'source' ? 'solid' : 'soft'"
|
||||
|
||||
Reference in New Issue
Block a user