Pluszeichen aus Dokumentbuttons entfernen
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 22s
Build and Push Docker Images / build-frontend (push) Successful in 1m15s
Build and Push Docker Images / build-central-services-api (push) Successful in 21s
Build and Push Docker Images / build-website (push) Successful in 23s
Build and Push Docker Images / build-central-services-admin (push) Successful in 22s
Build and Push Docker Images / build-docs (push) Successful in 21s
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 22s
Build and Push Docker Images / build-frontend (push) Successful in 1m15s
Build and Push Docker Images / build-central-services-api (push) Successful in 21s
Build and Push Docker Images / build-website (push) Successful in 23s
Build and Push Docker Images / build-central-services-admin (push) Successful in 22s
Build and Push Docker Images / build-docs (push) Successful in 21s
This commit is contained in:
@@ -160,14 +160,14 @@ const selectItem = (item) => {
|
||||
icon="i-heroicons-plus"
|
||||
@click="modal.open(CreateDocumentModal, { queryStringData: props.queryStringData })"
|
||||
>
|
||||
+ Dokument
|
||||
Dokument
|
||||
</UButton>
|
||||
<UButton
|
||||
icon="i-heroicons-document-duplicate"
|
||||
variant="outline"
|
||||
@click="modal.open(CreateDocumentFromTemplateModal, { queryStringData: props.queryStringData })"
|
||||
>
|
||||
+ Dokument aus Vorlage
|
||||
Dokument aus Vorlage
|
||||
</UButton>
|
||||
<UButton
|
||||
@click="showFinalInvoiceConfig = true"
|
||||
|
||||
@@ -22,10 +22,10 @@
|
||||
@click="clearSearchString()"
|
||||
/>
|
||||
<UButton icon="i-heroicons-plus" @click="modal.open(CreateDocumentModal)">
|
||||
+ Dokument
|
||||
Dokument
|
||||
</UButton>
|
||||
<UButton icon="i-heroicons-document-duplicate" variant="outline" @click="modal.open(CreateDocumentFromTemplateModal)">
|
||||
+ Dokument aus Vorlage
|
||||
Dokument aus Vorlage
|
||||
</UButton>
|
||||
</template>
|
||||
</UDashboardNavbar>
|
||||
|
||||
Reference in New Issue
Block a user